We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61a845 commit 82b1947Copy full SHA for 82b1947
lib/WebDriver/Session.php
@@ -498,10 +498,10 @@ private function serializeArguments(array $arguments)
498
// preferably we want to detect W3C support and never set nor parse
499
// LEGACY_ELEMENT_ID, until detection is implemented, serialize to both
500
// variants, tested with Selenium v2.53.1 and v3.141.59
501
- $arguments[$key] = [
+ $arguments[$key] = array(
502
Container::WEBDRIVER_ELEMENT_ID => $value->getID(),
503
Container::LEGACY_ELEMENT_ID => $value->getID(),
504
- ];
+ );
505
continue;
506
}
507
0 commit comments