Class EdgeDriverFactory

    • Constructor Detail

      • EdgeDriverFactory

        public EdgeDriverFactory()
    • Method Detail

      • setupWebdriverBinary

        public void setupWebdriverBinary()
      • create

        @CheckReturnValue
        @Nonnull
        public org.openqa.selenium.WebDriver create​(Config config,
                                                    Browser browser,
                                                    @Nullable
                                                    org.openqa.selenium.Proxy proxy,
                                                    java.io.File browserDownloadsFolder)
      • createCapabilities

        @CheckReturnValue
        @Nonnull
        public org.openqa.selenium.edge.EdgeOptions createCapabilities​(Config config,
                                                                       Browser browser,
                                                                       @Nullable
                                                                       org.openqa.selenium.Proxy proxy,
                                                                       java.io.File browserDownloadsFolder)