We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This root module defined 3 important interfaces that will be used to interact with front components :
Browser Interface that expose method to manipulate the browser
We can notice that we can add a timeout parameter on a lof of those methods with default value. cssSelector accept CSS or XPath format
Keyboard press ? waitForPopup ?
HTMLElement Interface that expose method to manipulate HTMLElement
Action Enum of actions that can be made on an HTMLElement
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This root module defined 3 important interfaces that will be used to interact with front components :
Browser
Interface that expose method to manipulate the browser
We can notice that we can add a timeout parameter on a lof of those methods with default value.
cssSelector accept CSS or XPath format
Keyboard press ?
waitForPopup ?
HTMLElement
Interface that expose method to manipulate HTMLElement
Action
Enum of actions that can be made on an HTMLElement
The text was updated successfully, but these errors were encountered: