Skip to content

Commit 604b373

Browse files
committed
Fix #430: correct documentation about forcing off/on wd3 shim mode
1 parent 81c7a80 commit 604b373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Selenium/Remote/Driver.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ Print whether the server (or browser) thinks it's implemented webdriver 3.
11021102
If this returns true, webdriver 3 methods will be used in the case an action exists in L<Selenium::Remote::Spec> for the method you are trying to call.
11031103
If a method you are calling has no webdriver 3 equivalent (or browser extension), the legacy commands implemented in L<Selenium::Remote::Commands> will be used.
11041104
1105-
Note how I said *thinks* above. In the case you want to force usage of legacy methods, call set_webdriver_3() to work around various browser issues.
1105+
Note how I said *thinks* above. In the case you want to force usage of legacy methods, set $driver->{is_wd3} to work around various browser issues.
11061106
11071107
=cut
11081108

0 commit comments

Comments
 (0)