Java org.openqa.selenium.chrome ChromeDriverService fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.chrome ChromeDriverService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.chrome ChromeDriverService.

The text is from its open source code.

Field

StringCHROME_DRIVER_EXE_PROPERTY
System property that defines the location of the chromedriver executable that will be used by the #createDefaultService() default service .
StringCHROME_DRIVER_LOG_PROPERTY
System property that defines the location of the log that will be written by the #createDefaultService() default service .

Method

ChromeDriverServicecreateDefaultService()
Configures and returns a new ChromeDriverService using the default configuration.
URLgetUrl()
voidstart()
Starts this service if it is not already running.
voidstop()
Stops this service if it is currently running.