Class CreateDriverCommand.Result

  • Enclosing class:
    CreateDriverCommand

    public static class CreateDriverCommand.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(org.openqa.selenium.WebDriver webDriver, SelenideProxyServer selenideProxyServer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • webDriver

        public final org.openqa.selenium.WebDriver webDriver
    • Constructor Detail

      • Result

        public Result​(org.openqa.selenium.WebDriver webDriver,
                      @Nullable
                      SelenideProxyServer selenideProxyServer)