Home
last modified time | relevance | path

Searched refs:on_screen (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverCoordinates.php31 * @param null $on_screen
36 public function __construct($on_screen, callable $in_view_port, callable $on_page, $auxiliary) argument
38 $this->onScreen = $on_screen;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php271 $on_screen = null; // planned but not yet implemented
281 $on_screen,