Class Scripts
- Namespace
- CSF.Screenplay.Selenium
- Assembly
- CSF.Screenplay.Selenium.dll
A repository of named JavaScripts which are distributed with Screenplay's Selenium integration.
public static class Scripts
- Inheritance
-
Scripts
- Inherited Members
Remarks
Developers who use Screenplay & Selenium and who need to develop their own custom JavaScripts are encouraged to devise their own classes similar to this one. This provides a rapid and type-safe mechanism of retrieving and reusing well-known/predefined JavaScripts.
Properties
ClearLocalStorage
Gets a NamedScript which clears the Local Storage of the browser, for the current domain.
public static NamedScript ClearLocalStorage { get; }
Property Value
- NamedScript
A named script.