function Container::getIdentifierPath
Get wire protocol URL for an identifier
Parameters
string $identifier:
Return value
string
1 call to Container::getIdentifierPath()
- Container::makeElement in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Container.php - Factory method for elements
3 methods override Container::getIdentifierPath()
- Element::getIdentifierPath in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Element.php - Get wire protocol URL for an identifier
- Session::getIdentifierPath in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Session.php - Get wire protocol URL for an identifier
- Shadow::getIdentifierPath in vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Shadow.php - Get wire protocol URL for an identifier
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Container.php, line 241
Class
- Container
- Abstract WebDriver\Container class
Namespace
WebDriverCode
protected abstract function getIdentifierPath($identifier);