Class MobilePageObject

    • Field Detail

      • driver

        @Inject
        protected org.openqa.selenium.WebDriver driver
    • Constructor Detail

      • MobilePageObject

        public MobilePageObject()
    • Method Detail

      • switchTo

        protected <T extends com.atlassian.pageobjects.Page> T switchTo​(Class<T> t,
                                                                        com.atlassian.pageobjects.elements.PageElement element,
                                                                        int offset)
      • backButton

        public <T extends com.atlassian.pageobjects.Page> T backButton​(Class<T> t)
        Hits the browser's back button, binding to the page object that we expect to return to.