Package org.openqa.selenium.support.pagefactory
package org.openqa.selenium.support.pagefactory
-
ClassDescriptionAbstract class to work with fields in Page Objects.An element locator that will wait for the specified number of seconds for an element to appear, rather than failing instantly if it's not present.Mechanism used to locate elements within a document using a series of lookups.Mechanism used to locate elements within a document using a series of other lookups.The default element locator, which will lazily locate an element or an element list on a page.Default decorator for use with PageFactory.A factory for producing
ElementLocator
s.Allows the PageFactory to decorate fields.