Class SwitchToNewWindow

java.lang.Object
net.serenitybdd.screenplay.actions.SwitchToNewWindow
All Implemented Interfaces:
SkipNested, Performable, Task

public class SwitchToNewWindow
extends java.lang.Object
implements Task
If you just opened a (second?) new window and want to switch to it.
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Method Details