Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Execute.php

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

WebDriver

Code

protected function getIdentifierPath($identifier) {
    return preg_replace('~/execute$~', '', $this->url) . $identifier;
    // remove /execute from path
}
RSS feed
Powered by Drupal