File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ public static function create(
141
141
* This constructor can boost the performance a lot by reusing the same browser for the whole test suite.
142
142
* You cannot pass the desired capabilities because the session was created before.
143
143
*
144
- * @param string $selenium_server_url The url of the remote Selenium WebDriver server
145
144
* @param string $session_id The existing session id
145
+ * @param string $selenium_server_url The url of the remote Selenium WebDriver server
146
146
* @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
147
147
* @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
148
148
* @param bool $isW3cCompliant True to use W3C WebDriver (default), false to use the legacy JsonWire protocol
You can’t perform that action at this time.
0 commit comments