File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
javascript/node/selenium-webdriver/lib Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ class Session {
27
27
28
28
/**
29
29
* @param {string } id The session ID.
30
- * @param {!(Object| Capabilities) } capabilities The session
31
- * capabilities.
30
+ * @param {!./capabilities. Capabilities } capabilities
31
+ * The session capabilities.
32
32
*/
33
33
constructor ( id , capabilities ) {
34
34
/** @private {string} */
Original file line number Diff line number Diff line change @@ -618,8 +618,8 @@ function filterNonW3CCaps(capabilities) {
618
618
*/
619
619
class WebDriver {
620
620
/**
621
- * @param {!(Session|IThenable<!Session>) } session Either a known session or a
622
- * promise that will be resolved to a session.
621
+ * @param {!(./session. Session|IThenable<!./session. Session>) } session Either
622
+ * a known session or a promise that will be resolved to a session.
623
623
* @param {!command.Executor } executor The executor to use when sending
624
624
* commands to the browser.
625
625
* @param {(function(this: void): ?)= } onQuit A function to call, if any,
You can’t perform that action at this time.
0 commit comments