Class Browser

java.lang.Object
net.serenitybdd.screenplay.actions.Browser

public class Browser
extends java.lang.Object
Low level browser actions
  • Constructor Details

    • Browser

      public Browser()
  • Method Details

    • refreshPage

      public static Performable refreshPage()
    • deleteAllCookies

      public static Performable deleteAllCookies()
    • deleteCookieNamed

      public static Performable deleteCookieNamed​(java.lang.String cookieName)
    • setSize

      public static Performable setSize​(org.openqa.selenium.Dimension targetSize)
    • setPosition

      public static Performable setPosition​(org.openqa.selenium.Point targetPosition)
    • maximize

      public static Performable maximize()
    • fullscreen

      public static Performable fullscreen()