Class RemoteDriverFactory


  • @ParametersAreNonnullByDefault
    public class RemoteDriverFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openqa.selenium.WebDriver create​(Config config, org.openqa.selenium.MutableCapabilities capabilities)  
      • Methods inherited from class java.lang.Object

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

      • RemoteDriverFactory

        public RemoteDriverFactory()
    • Method Detail

      • create

        public org.openqa.selenium.WebDriver create​(Config config,
                                                    org.openqa.selenium.MutableCapabilities capabilities)