Interface DriverFactory

    • Method Detail

      • setupWebdriverBinary

        void setupWebdriverBinary()
      • createCapabilities

        @CheckReturnValue
        @Nonnull
        org.openqa.selenium.MutableCapabilities createCapabilities​(Config config,
                                                                   Browser browser,
                                                                   @Nullable
                                                                   org.openqa.selenium.Proxy proxy)
      • create

        @CheckReturnValue
        @Nonnull
        org.openqa.selenium.WebDriver create​(Config config,
                                             Browser browser,
                                             @Nullable
                                             org.openqa.selenium.Proxy proxy)