Package net.serenitybdd.screenplay.playwright.interactions

  • Class Summary
    Class Description
    Check
    This method clicks an element matching selector by performing the following steps: Find an element match matching selector.
    Click
    This method clicks an element matching selector by performing the following steps: Find an element match matching selector.
    DoubleClick
    This method double clicks an element matching selector.
    Enter
    Enter a text value into an input field.
    Open
    Open a URL on a given URL.
    Press
    Press keyboard key(s).
    Upload
    Upload file using file chooser.
    WaitFor
    Wait for some element or state.