We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a24f5 commit fd008f5Copy full SHA for fd008f5
javascript/node/selenium-webdriver/lib/webdriver.js
@@ -308,7 +308,7 @@ class WebDriver {
308
309
/**
310
* Creates a new WebDriver session.
311
- *
+ *
312
* By default, the requested session `capabilities` are merely "desired" and
313
* the remote end will still create a new session even if it cannot satisfy
314
* all of the requested capabilities. You can query which capabilities a
@@ -777,7 +777,7 @@ class WebDriver {
777
}
778
779
780
- * Schedules a command to retrieve they current window handle.
+ * Schedules a command to retrieve the current window handle.
781
* @return {!promise.Promise<string>} A promise that will be
782
* resolved with the current window handle.
783
*/
0 commit comments