Skip to content

Commit ed9fd12

Browse files
williamdesOndraM
authored andcommitted
Re-order arguments for createBySessionID
1 parent 7c7cf67 commit ed9fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Remote/RemoteWebDriver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ public static function create(
141141
* This constructor can boost the performance a lot by reusing the same browser for the whole test suite.
142142
* You cannot pass the desired capabilities because the session was created before.
143143
*
144-
* @param string $selenium_server_url The url of the remote Selenium WebDriver server
145144
* @param string $session_id The existing session id
145+
* @param string $selenium_server_url The url of the remote Selenium WebDriver server
146146
* @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
147147
* @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
148148
* @param bool $isW3cCompliant True to use W3C WebDriver (default), false to use the legacy JsonWire protocol

0 commit comments

Comments
 (0)