function Execute::getIdentifierPath
1 call to Execute::getIdentifierPath()
- Execute::makeElement in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Execute.php - Factory method for elements
1 method overrides Execute::getIdentifierPath()
- LegacyExecute::getIdentifierPath in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ LegacyExecute.php
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Execute.php, line 153
Class
- Execute
- WebDriver\Execute class
Namespace
WebDriverCode
protected function getIdentifierPath($identifier) {
return preg_replace('~/execute$~', '', $this->url) . $identifier;
// remove /execute from path
}