Interface WidgetObject

  • All Superinterfaces:
    ConfigurableTimeouts, io.appium.java_client.FindsByAccessibilityId, io.appium.java_client.FindsByAndroidUIAutomator, io.appium.java_client.FindsByFluentSelector, org.openqa.selenium.interactions.Locatable, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, WebElementFacade, WebElementState, org.openqa.selenium.WrapsElement
    All Known Implementing Classes:
    WidgetObjectImpl

    public interface WidgetObject
    extends WebElementFacade
    Represents a page fragment which occurs across pages or multiple times in a single page. Instance members with @FindBy style annotations are located within this context.
    Author:
    Joe Nasca
    • Method Detail

      • getPage

        PageObject getPage()
        Get the page containing this widget.
        Returns:
        the page containing this widget