Skip to content

Commit c16388b

Browse files
committed
Readme updated.
1 parent c2a5620 commit c16388b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@ When using IE, please pay full attention to configure the driver correctly. All
2121
necessary details can be found at https://code.google.com/p/selenium/wiki/InternetExplorerDriver
2222
in the 'Required Configuration' section.
2323

24-
# Basic Ruby example
24+
## Setup
25+
26+
Selenium uses a standalone executable called 'IEDriverServer.exe' to drive the IE browser window.
27+
Selenium has to be instructed to use the 'headless_ie_selenium.exe' executable to run tests
28+
headlessly.
29+
30+
'headless_ie_selenium.exe' created a virtual desktop and runs 'IEDriverServer.exe' inside of it.
31+
Any command line parameters are passed on to the IE driver.
32+
33+
'IEDriverServer.exe' has to be stored in the searchable path.
34+
35+
## Basic Ruby example
2536

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

@@ -97,8 +108,12 @@ only on rare occasions:
97108

98109
# Technical details
99110

111+
Tested on Win 7.
112+
100113
Supported browsers at the moment: IE.
101114

115+
Written using VS 2013 Express, Boost 1.56.
116+
102117
# License
103118

104119
GPLv3, Copyright 2014 Peter Vrabel

0 commit comments

Comments
 (0)