Class TheWebPage

java.lang.Object
net.serenitybdd.screenplay.questions.page.TheWebPage

public class TheWebPage
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    TheWebPage()  
  • Method Summary

    Modifier and Type Method Description
    static Question<java.lang.String> alertText()  
    static Question<java.lang.String> currentUrl()  
    static Question<java.lang.String> title()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TheWebPage

      public TheWebPage()
  • Method Details

    • title

      public static Question<java.lang.String> title()
    • currentUrl

      public static Question<java.lang.String> currentUrl()
    • alertText

      public static Question<java.lang.String> alertText()