Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 24, 2025
1 parent 83bbccb commit 66344d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chromedriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ export class Chromedriver extends events.EventEmitter {
if (_.isPlainObject(chromeOptions)) {
chromeOptions.w3c = true;
} else {
this.capabilities['goog:chromeOptions'].w3c = true;
this.capabilities['goog:chromeOptions'] = {w3c: true};
}
}

Expand Down

0 comments on commit 66344d8

Please sign in to comment.