File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/client/src/org/openqa/selenium/chrome Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public ChromeDriver(ChromeDriverService service) {
136
136
137
137
/**
138
138
* Creates a new ChromeDriver instance. The {@code capabilities} will be passed to the
139
- * chromedriver service.
139
+ * ChromeDriver service.
140
140
*
141
141
* @param capabilities The capabilities required from the ChromeDriver.
142
142
* @see #ChromeDriver(ChromeDriverService, Capabilities)
@@ -230,7 +230,7 @@ public ConnectionType setNetworkConnection(ConnectionType type) {
230
230
/**
231
231
* Launches Chrome app specified by id.
232
232
*
233
- * @param id chrome app id
233
+ * @param id Chrome app id.
234
234
*/
235
235
public void launchApp (String id ) {
236
236
execute (ChromeDriverCommand .LAUNCH_APP , ImmutableMap .of ("id" , id ));
You can’t perform that action at this time.
0 commit comments