Class SwitchToWindowTitle
java.lang.Object
net.serenitybdd.screenplay.actions.SwitchToWindowTitle
- All Implemented Interfaces:
net.serenitybdd.core.SkipNested,net.serenitybdd.screenplay.Performable,net.serenitybdd.screenplay.Task
Switch.toWindow(String) is not always correct! The method signature
seems to suggest you will be switching to "windowTitle". However you are
actually switching to "window with the given name/handle"; see
WebDriver.TargetLocator.window(String). The window name and window title are
not always the same; see documentation.-
Method Summary
Modifier and TypeMethodDescription<T extends net.serenitybdd.screenplay.Actor>
voidperformAs(T actor) Methods 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
-
Method Details
-
performAs
public <T extends net.serenitybdd.screenplay.Actor> void performAs(T actor) - Specified by:
performAsin interfacenet.serenitybdd.screenplay.Performable
-