Class OpenUrl

java.lang.Object
net.serenitybdd.screenplay.actions.OpenUrl
All Implemented Interfaces:
SkipNested, Interaction, Performable

public class OpenUrl
extends java.lang.Object
implements Interaction
  • Constructor Summary

    Constructors
    Constructor Description
    OpenUrl()  
    OpenUrl​(java.lang.String url)  
  • Method Summary

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

    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
  • Constructor Details

    • OpenUrl

      public OpenUrl()
    • OpenUrl

      public OpenUrl​(java.lang.String url)
  • Method Details