All Classes
| Class | Description |
|---|---|
| ActorCannotUsePlaywrightException | |
| BrowseTheWebWithPlaywright |
This ability wraps the Playwright Browser object.
|
| 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.
|
| Ensure |
Perform assertions about the state of elements located using Playwright selectors.
|
| EnsureWithTimeout | |
| Enter |
Enter a text value into an input field.
|
| InvalidPlaywrightBrowserType | |
| Open |
Open a URL on a given URL.
|
| PlayWrightConfigurationProperties | |
| PlaywrightQuestions | |
| Press |
Press keyboard key(s).
|
| Target |
Locate an element on the page using a Playwright selector.
|
| Target.TargetBuilder | |
| Upload |
Upload file using file chooser.
|
| WaitFor |
Wait for some element or state.
|