Pass \WebDriver\Element always as an object for execute#353
Pass \WebDriver\Element always as an object for execute#353aik099 merged 1 commit intominkphp:masterfrom
\WebDriver\Element always as an object for execute#353Conversation
Codecov Report
@@ Coverage Diff @@
## master #353 +/- ##
=========================================
Coverage 90.02% 90.02%
Complexity 150 150
=========================================
Files 1 1
Lines 421 421
=========================================
Hits 379 379
Misses 42 42
Continue to review full report at Codecov.
|
\WebDriver\Element always as an object\WebDriver\Element always as an object for execute
|
see instaclick/php-webdriver#80, instaclick/php-webdriver@b5b18bd and spec https://w3c.github.io/webdriver/#executing-script
for Selenium 4.x, only the later is supported the serialization, since v1.4.14, is natively supported in
yes, no BC break |
|
Merging. Thanks @mvorisek . |
|
Turns out, that without this fix attempt to use the |
and fix Selenium v4.x support as it does not support legacy
ELEMENTkey.