Skip to content

Commit

Permalink
Readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
kybu committed Sep 9, 2014
1 parent c2a5620 commit c16388b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,18 @@ When using IE, please pay full attention to configure the driver correctly. All
necessary details can be found at https://code.google.com/p/selenium/wiki/InternetExplorerDriver
in the 'Required Configuration' section.

# Basic Ruby example
## Setup

Selenium uses a standalone executable called 'IEDriverServer.exe' to drive the IE browser window.
Selenium has to be instructed to use the 'headless_ie_selenium.exe' executable to run tests
headlessly.

'headless_ie_selenium.exe' created a virtual desktop and runs 'IEDriverServer.exe' inside of it.
Any command line parameters are passed on to the IE driver.

'IEDriverServer.exe' has to be stored in the searchable path.

## Basic Ruby example

Following example uses www.google.com search to retrieve weather in London.

Expand Down Expand Up @@ -97,8 +108,12 @@ only on rare occasions:

# Technical details

Tested on Win 7.

Supported browsers at the moment: IE.

Written using VS 2013 Express, Boost 1.56.

# License

GPLv3, Copyright 2014 Peter Vrabel
Expand Down

0 comments on commit c16388b

Please sign in to comment.