Uses of Class
org.openqa.selenium.chrome.ChromeDriverService.Builder

Uses of ChromeDriverService.Builder in org.openqa.selenium.chrome
 

Methods in org.openqa.selenium.chrome that return ChromeDriverService.Builder
 ChromeDriverService.Builder ChromeDriverService.Builder.usingAnyFreePort()
          Configures the chromedriver server to start on any available port.
 ChromeDriverService.Builder ChromeDriverService.Builder.usingChromeDriverExecutable(File file)
          Sets which chromedriver executable the builder will use.
 ChromeDriverService.Builder ChromeDriverService.Builder.usingPort(int port)
          Sets which port the chromedriver server should be started on.
 ChromeDriverService.Builder ChromeDriverService.Builder.withEnvironment(Map<String,String> environment)
          Defines the environment for the launched chromedriver server.
 



Copyright © 2012. All Rights Reserved.