Skip to content
4 changes: 2 additions & 2 deletions java/client/src/org/openqa/selenium/chrome/ChromeDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public ChromeDriver(ChromeDriverService service) {

/**
* Creates a new ChromeDriver instance. The {@code capabilities} will be passed to the
* chromedriver service.
* ChromeDriver service.
*
* @param capabilities The capabilities required from the ChromeDriver.
* @see #ChromeDriver(ChromeDriverService, Capabilities)
Expand Down Expand Up @@ -230,7 +230,7 @@ public ConnectionType setNetworkConnection(ConnectionType type) {
/**
* Launches Chrome app specified by id.
*
* @param id chrome app id
* @param id Chrome app id.
*/
public void launchApp(String id) {
execute(ChromeDriverCommand.LAUNCH_APP, ImmutableMap.of("id", id));
Expand Down