Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php77 * @param string $selenium_server_url The url of the remote Selenium WebDriver server
88 $selenium_server_url = 'http://localhost:4444/wd/hub', argument
100 $executor = new HttpCommandExecutor($selenium_server_url, $http_proxy, $http_proxy_port);
142 * @param string $selenium_server_url The url of the remote Selenium WebDriver server
151 $selenium_server_url = 'http://localhost:4444/wd/hub', argument
558 * @param string $selenium_server_url The url of the remote Selenium WebDriver server
562 …public static function getAllSessions($selenium_server_url = 'http://localhost:4444/wd/hub', $time… argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php15 * @param string $selenium_server_url
27 $selenium_server_url = 'http://localhost:4444/wd/hub', argument