Initial import Selenium binding
This commit is contained in:
27
library/test/selenium/readme.md
Normal file
27
library/test/selenium/readme.md
Normal file
@@ -0,0 +1,27 @@
|
||||
Eiffel Selenium binding
|
||||
=================================================
|
||||
|
||||
## Overview
|
||||
|
||||
This client is a binding for the REST API interface defined in the WebDriver protocol http://code.google.com/p/selenium/wiki/JsonWireProtocol.
|
||||
|
||||
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
|
||||
|
||||
* Download and run that file, replacing # with the current server version.
|
||||
|
||||
java -jar selenium-server-standalone-#.jar
|
||||
(it only has a Firefox WebDriver by default)
|
||||
|
||||
But you can add other drivers doing something like that (change PATH_TO to the corresponding value in your environment)
|
||||
java -jar selenium-server-standalone-2.32.0.jar
|
||||
-Dwebdriver.chrome.driver=%PATH_TO%\chromedriver.exe -Dwebdriver.ie.driver=%PATH_TO%\IEDriverServer.exe
|
||||
|
||||
## Getting Started
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user