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 5937a3c commit 194afa7Copy full SHA for 194afa7
lib/WebDriver/Shadow.php
@@ -75,8 +75,8 @@ public function getID()
75
/**
76
* {@inheritdoc}
77
*/
78
- protected function getElementPath($shadowId)
+ protected function getElementPath($elementId)
79
{
80
- return sprintf('%s/shadow/%s', $this->url, $shadowId);
+ return sprintf('%s/element/%s', $this->url, $elementId);
81
}
82
0 commit comments