Interface SeleniumDriverControl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.appium.java_client.AppiumDriver<?> getAppiumDriver()
      Get the actual underlying AppiumDriver.
      org.openqa.selenium.WebDriver getDriver()
      Get the actual underlying Selenium WebDriver.
    • Method Detail

      • getDriver

        org.openqa.selenium.WebDriver getDriver()
        Get the actual underlying Selenium WebDriver.

        To customize the WebDriver, you should configure FluentControl.getWebDriver() or override IFluentAdapter.newWebDriver().

        This method can't be overridden to customize the WebDriver.

        Returns:
        The actual underlying Selenium WebDriver
      • getAppiumDriver

        io.appium.java_client.AppiumDriver<?> getAppiumDriver()
        Get the actual underlying AppiumDriver.

        To customize the WebDriver, you should configure FluentControl.getWebDriver() or override IFluentAdapter.newWebDriver().

        This method can't be overridden to customize the AppiumDriver.

        Returns:
        The actual underlying AppiumDriver