Class ClearBy
java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
net.serenitybdd.screenplay.actions.ClearBy
- All Implemented Interfaces:
SkipNested,Resolvable,Interaction,Performable
public class ClearBy extends ByAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.serenitybdd.screenplay.actions.ByAction
resolveForMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
ClearBy
public ClearBy(org.openqa.selenium.By... locators) -
ClearBy
public ClearBy(java.util.List<org.openqa.selenium.By> locators)
-
-
Method Details
-
performAs
-