Skip to content

Commit 194afa7

Browse files
committed
Partial revert 83d7869
1 parent 5937a3c commit 194afa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/WebDriver/Shadow.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public function getID()
7575
/**
7676
* {@inheritdoc}
7777
*/
78-
protected function getElementPath($shadowId)
78+
protected function getElementPath($elementId)
7979
{
80-
return sprintf('%s/shadow/%s', $this->url, $shadowId);
80+
return sprintf('%s/element/%s', $this->url, $elementId);
8181
}
8282
}

0 commit comments

Comments
 (0)