Home
last modified time | relevance | path

Searched refs:attribute_name (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverElement.php29 * @param string $attribute_name The name of the attribute.
32 public function getAttribute($attribute_name); argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteWebElement.php147 * @param string $attribute_name The name of the attribute.
151 public function getAttribute($attribute_name) argument
154 ':name' => $attribute_name,
158 if ($this->isW3cCompliant && ($attribute_name === 'value' || $attribute_name === 'index')) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
DEventFiringWebElement.php171 * @param string $attribute_name
175 public function getAttribute($attribute_name) argument
178 return $this->element->getAttribute($attribute_name);