Class EdgeDriverFactory


  • public class EdgeDriverFactory
    extends WebDriverFactory
    Factory of EdgeDriver.
    • Constructor Detail

      • EdgeDriverFactory

        public EdgeDriverFactory()
    • Method Detail

      • newEdgeOptions

        public static org.openqa.selenium.edge.EdgeOptions newEdgeOptions​(DriverOptions driverOptions)
        Create and initialize InternetExplorerOptions.
        Parameters:
        driverOptions - driver options.
        Returns:
        InternetExplorerOptions.
      • newInstance

        public org.openqa.selenium.WebDriver newInstance​(DriverOptions driverOptions)
        Description copied from class: WebDriverFactory
        Create new WebDriver instance with driver options.
        Specified by:
        newInstance in class WebDriverFactory
        Parameters:
        driverOptions - driver options.
        Returns:
        WebDriver instance.