Interface SeleniumDriverControl

    • 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