Uses of Class
net.thucydides.core.pages.Pages
| Package | Description |
|---|---|
| net.serenitybdd.core |
Core domain model for the Serenity application.
|
| net.serenitybdd.core.pages | |
| net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of Pages in net.serenitybdd.core
Methods in net.serenitybdd.core that return Pages Modifier and Type Method Description protected static PagesSerenity. getPages()static PagesSerenity. getPagesFactory() -
Uses of Pages in net.serenitybdd.core.pages
-
Uses of Pages in net.thucydides.core.pages
Methods in net.thucydides.core.pages that return Pages Modifier and Type Method Description PagesPages. onSamePage() -
Uses of Pages in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return Pages Modifier and Type Method Description PagesScenarioSteps. getPages()PagesScenarioSteps. onPage()PagesScenarioSteps. pages()Methods in net.thucydides.core.steps with parameters of type Pages Modifier and Type Method Description voidStepAnnotations. injectAnnotatedPagesObjectInto(java.lang.Object testCase, Pages pages)Instantiates the @ManagedPages-annotated Pages instance using current WebDriver.voidStepAnnotations. injectOptionalAnnotatedPagesObjectInto(java.lang.Object testCase, Pages pages)Instantiates the @ManagedPages-annotated Pages instance using current WebDriver, if the field is present.protected voidScenarioSteps. setPages(Pages pages)voidStepFactory. usePageFactory(Pages pages)StepFactoryStepFactory. usingPages(Pages pages)Listeners.BaseStepListenerBuilderListeners.BaseStepListenerBuilder. withPages(Pages pages)Constructors in net.thucydides.core.steps with parameters of type Pages Constructor Description BaseStepListener(java.io.File outputDirectory, Pages pages)Create a step listener using the driver from a given page factory.PageObjectDependencyInjector(Pages pages)Deprecated.ScenarioSteps(Pages pages)StepFactory(Pages pages)Create a new step factory. -
Uses of Pages in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return Pages Modifier and Type Method Description static PagesThucydidesWebDriverSupport. getPages()