Class ClickableQuery
- Namespace
- CSF.Screenplay.Selenium.Queries
- Assembly
- CSF.Screenplay.Selenium.dll
Represents a query to determine if a Selenium element is clickable.
public class ClickableQuery : IQuery<bool>, IHasName
- Inheritance
-
ClickableQuery
- Implements
- Inherited Members
Properties
Name
Gets the human-readable name of the current object.
public string Name { get; }
Property Value
Remarks
null is strongly discouraged here. All types which implement IHasName should return a non-null response from this property.
Methods
GetValue(SeleniumElement)
Gets the current value from a Selenium element.
public bool GetValue(SeleniumElement element)
Parameters
elementSeleniumElementThe Selenium element.