Namespace CSF.Screenplay.Selenium.Queries
Classes
- AttributeQuery
A query to get the value of a specified HTML attribute from a Selenium element.
- ClickableQuery
Represents a query to determine if a Selenium element is clickable.
- CssPropertyQuery
A query to get the value of a specified CSS property from a Selenium element.
- LocationQuery
A query to get the location of the top-left corner of a Selenium element.
- Option
Represents a single HTML
<option>element within an HTML<select>element.
- OptionsQuery
A query to get the options within a
<select>element.
- SizeQuery
A query to get the pixel size a Selenium element.
- TextQuery
A query to get the text content of a Selenium element.
- ValueQuery
A query to get the value of the
valueattribute of a Selenium element.
- VisibilityQuery
A query to get the visibility of a Selenium element.
Interfaces
- IQuery<T>
An object which can get a value from a Selenium element.