You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-12
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,16 @@ Then install the library:
30
30
31
31
All you need as the server for this client is the `selenium-server-standalone-#.jar` file provided here: http://selenium-release.storage.googleapis.com/index.html
32
32
33
-
*Download and run that file, replacing # with the current server version.
33
+
Download and run that file, replacing # with the current server version.
34
34
35
-
```
36
35
java -jar selenium-server-standalone-#.jar
37
-
```
38
36
39
37
Then when you create a session, be sure to pass the url to where your server is running.
40
38
41
-
```php
42
-
// This would be the url of the host running the server-standalone.jar
43
-
$host = 'http://localhost:4444/wd/hub'; // this is the default
44
-
```
39
+
```php
40
+
// This would be the url of the host running the server-standalone.jar
41
+
$host = 'http://localhost:4444/wd/hub'; // this is the default
42
+
```
45
43
46
44
* Launch Firefox:
47
45
@@ -57,11 +55,11 @@ Then when you create a session, be sure to pass the url to where your server is
0 commit comments