1212 */
1313abstract class LocalWebDriver extends RemoteWebDriver
1414{
15- /**
16- * @param string $selenium_server_url
17- * @param null $desired_capabilities
18- * @param null $connection_timeout_in_ms
19- * @param null $request_timeout_in_ms
20- * @param null $http_proxy
21- * @param null $http_proxy_port
22- * @throws LogicException
23- * @return RemoteWebDriver
24- * @todo Remove in next major version (should not be inherited)
25- */
15+ // @todo Remove in next major version (should not be inherited)
2616 public static function create (
2717 $ selenium_server_url = 'http://localhost:4444/wd/hub ' ,
2818 $ desired_capabilities = null ,
@@ -35,15 +25,7 @@ public static function create(
3525 throw LogicException::forError ('Use start() method to start local WebDriver. ' );
3626 }
3727
38- /**
39- * @param string $session_id
40- * @param string $selenium_server_url
41- * @param null $connection_timeout_in_ms
42- * @param null $request_timeout_in_ms
43- * @throws LogicException
44- * @return RemoteWebDriver
45- * @todo Remove in next major version (should not be inherited)
46- */
28+ // @todo Remove in next major version (should not be inherited)
4729 public static function createBySessionID (
4830 $ session_id ,
4931 $ selenium_server_url = 'http://localhost:4444/wd/hub ' ,
0 commit comments