Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php27 $selenium_server_url = 'http://localhost:4444/wd/hub',
49 $selenium_server_url = 'http://localhost:4444/wd/hub',
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php88 $selenium_server_url = 'http://localhost:4444/wd/hub',
151 $selenium_server_url = 'http://localhost:4444/wd/hub',
562 …public static function getAllSessions($selenium_server_url = 'http://localhost:4444/wd/hub', $time…