Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php48 * @param string $css_property_name The name of the CSS property.
51 public function getCSSValue($css_property_name); argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php186 * @param string $css_property_name
190 public function getCSSValue($css_property_name) argument
193 return $this->element->getCSSValue($css_property_name);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php202 * @param string $css_property_name The name of the CSS property.
205 public function getCSSValue($css_property_name) argument
208 ':propertyName' => $css_property_name,