Namespace CSF.Screenplay.Selenium.Tasks
Classes
- BeginCollectingLogsWithJavaScriptIfApplicable
Determines whether the current actor needs to use a JS technique to collect web browser console logs. If they do, executes the action which begins collecting them.
- ClickAndWaitForDocumentReady
A Screenplay task which combines a Click action with cross-browser waiting logic, for navigating to a new web page.
- EnterTheDate
A Screenplay task for entering a value into an
<input type="date">element.
- GetShadowRoot
A Screenplay Task which gets the Shadow Root element from the specified Selenium Element, using the best available technique for the current web browser.
- GetTheBrowserLogs
A screenplay task which attempts to get the web browser console logs using the best technique available.
- NavigateToUrl
A Screenplay task which navigates directly to a specified URL using the actor's WebDriver. If the specified Uri is relative then it is made absolute by basing it upon the Uri indicated by the UseABaseUri ability.
- SetTheElementValue
A Screenplay task which uses JavaScript to directly set the value of an HTML element.
- TakeAndSaveScreenshot
A Screenplay task which combines the taking of a screenshot of the current web browser viewport and saving it as an asset file.