Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelilla authored Nov 24, 2019
1 parent 47e81aa commit 2b2c459
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ Eiffel Selenium binding

## Overview
Selenium will help you test your web applications effectively and efficiently against a vast number of browsers and platforms.
This client is a binding for the REST API interface defined in the WebDriver protocol http://code.google.com/p/selenium/wiki/JsonWireProtocol.
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.

[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

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

## Requirements

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

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

Expand Down

0 comments on commit 2b2c459

Please sign in to comment.