Table of Contents

Namespace CSF.Screenplay.Selenium.Tasks

Classes

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.

OpenUrlRespectingBase

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.