Class JQueryPage
- java.lang.Object
-
- de.telekom.test.bddwebapp.frontend.page.Page
-
- de.telekom.test.bddwebapp.frontend.page.JQueryPage
-
public abstract class JQueryPage extends Page
Abstract base class for page objects for jquery frontends.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Constructor Summary
Constructors Constructor Description JQueryPage(org.openqa.selenium.WebDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwaitForAjaxToComplete()-
Methods inherited from class de.telekom.test.bddwebapp.frontend.page.Page
checkPage, checkPageDesignator, checkPageState, checkUrl, getURL, reload, waitFor
-
-