Class PhantomJSServicePool


  • public class PhantomJSServicePool
    extends DriverServicePool<org.openqa.selenium.phantomjs.PhantomJSDriverService>
    • Constructor Detail

      • PhantomJSServicePool

        public PhantomJSServicePool()
    • Method Detail

      • newDriverService

        protected org.openqa.selenium.phantomjs.PhantomJSDriverService newDriverService()
        Specified by:
        newDriverService in class DriverServicePool<org.openqa.selenium.phantomjs.PhantomJSDriverService>
      • newDriverInstance

        protected org.openqa.selenium.WebDriver newDriverInstance​(org.openqa.selenium.Capabilities capabilities)
        Description copied from class: DriverServicePool
        Used as a fallback if the driver service cannot be used for some reason.
        Specified by:
        newDriverInstance in class DriverServicePool<org.openqa.selenium.phantomjs.PhantomJSDriverService>