Class RemoteWebDriverFactory


  • public class RemoteWebDriverFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.Capabilities getCapabilities()  
      static org.openqa.selenium.remote.RemoteWebDriver getDriver()  
      static org.openqa.selenium.remote.RemoteWebDriver getDriver​(java.util.Map<java.lang.String,​?> capabilitiesMap)  
      static org.openqa.selenium.remote.RemoteWebDriver getDriver​(org.openqa.selenium.Capabilities capabilities)  
      static java.net.URL getSeleniumHubUrl()  
      • Methods inherited from class java.lang.Object

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

      • RemoteWebDriverFactory

        public RemoteWebDriverFactory()
    • Method Detail

      • getSeleniumHubUrl

        public static java.net.URL getSeleniumHubUrl()
      • getCapabilities

        public static org.openqa.selenium.Capabilities getCapabilities()
      • getDriver

        public static org.openqa.selenium.remote.RemoteWebDriver getDriver()
      • getDriver

        public static org.openqa.selenium.remote.RemoteWebDriver getDriver​(org.openqa.selenium.Capabilities capabilities)
      • getDriver

        public static org.openqa.selenium.remote.RemoteWebDriver getDriver​(java.util.Map<java.lang.String,​?> capabilitiesMap)