Uses of Class
net.thucydides.core.pages.Pages
Packages that use Pages
Package
Description
Core domain model for the Serenity application.
Classes designed to make it easier to work with Page Objects in WebDriver.
Base class to be used when writing a library of resuable test steps.
Manage WebDriver instances, and knowing what WebDriver types are supported.
-
Uses of Pages in net.serenitybdd.core
Methods in net.serenitybdd.core that return PagesModifier and TypeMethodDescriptionprotected static PagesSerenity.getPages()static PagesSerenity.getPagesFactory() -
Uses of Pages in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages with parameters of type Pages -
Uses of Pages in net.thucydides.core.pages
Methods in net.thucydides.core.pages that return Pages -
Uses of Pages in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return PagesModifier and TypeMethodDescriptionScenarioSteps.getPages()ScenarioSteps.onPage()ScenarioSteps.pages()Methods in net.thucydides.core.steps with parameters of type PagesModifier and TypeMethodDescriptionvoidStepAnnotations.injectAnnotatedPagesObjectInto(Object testCase, Pages pages) Instantiates the @ManagedPages-annotated Pages instance using current WebDriver.voidStepAnnotations.injectOptionalAnnotatedPagesObjectInto(Object testCase, Pages pages) Instantiates the @ManagedPages-annotated Pages instance using current WebDriver, if the field is present.protected voidvoidStepFactory.usePageFactory(Pages pages) StepFactory.usingPages(Pages pages) Constructors in net.thucydides.core.steps with parameters of type PagesModifierConstructorDescriptionBaseStepListener(File outputDirectory, Pages pages) Create a step listener using the driver from a given page factory.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