Skip to content

Commit 2b2c459

Browse files
authored
Update readme.md
1 parent 47e81aa commit 2b2c459

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Eiffel Selenium binding
33

44
## Overview
55
Selenium will help you test your web applications effectively and efficiently against a vast number of browsers and platforms.
6-
This client is a binding for the REST API interface defined in the WebDriver protocol http://code.google.com/p/selenium/wiki/JsonWireProtocol.
6+
This client is a binding for the REST API interface defined in the WebDriver protocol https://w3c.github.io/webdriver/ based on the obsolete speficiation http://code.google.com/p/selenium/wiki/JsonWireProtocol.
7+
8+
[https://docs.google.com/spreadsheets/d/1OnFjskB_wf9apjsX35an3fpwrjO_0C_xoVFkF2tVMdw/edit?usp=sharing Comparison of the JSONWireProtocol and WebDriver API commands], done by toff tillman
79

810
WARNING this API is still under development, and maybe it will change
911

1012
## Requirements
1113

12-
* Get the server selenium-server-standalone-#.jar file provided here: http://code.google.com/p/selenium/downloads/list
14+
* Get the server selenium-server-standalone-#.jar file provided here: https://selenium.dev/downloads/
1315

1416
* Download and run that file, replacing # with the current server version.
1517

0 commit comments

Comments
 (0)