webdriver_test_tools.pageobject.prototypes moduleΒΆ
Subclasses of BasePage with additional functions for convenience.
These classes define common operations and attributes for various common components. These can be subclassed in test projects if useful.
This module imports the following classes:
webdriver_test_tools.pageobject.form.FormObject
webdriver_test_tools.pageobject.form.InputObject
webdriver_test_tools.pageobject.modal.ModalObject
webdriver_test_tools.pageobject.nav.NavLinkObject
webdriver_test_tools.pageobject.nav.NavMenuObject
webdriver_test_tools.pageobject.nav.NavObject
webdriver_test_tools.pageobject.webpage.WebPageObject