Procházet zdrojové kódy

Fix #430: correct documentation about forcing off/on wd3 shim mode

George S. Baugh před 6 roky
rodič
revize
604b373aed
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/Selenium/Remote/Driver.pm

+ 1 - 1
lib/Selenium/Remote/Driver.pm

@@ -1102,7 +1102,7 @@ Print whether the server (or browser) thinks it's implemented webdriver 3.
 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.
 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.
 
-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.
+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.
 
 =cut