Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AutomatedTester/273700 to your computer and use it in GitHub Desktop.
Save AutomatedTester/273700 to your computer and use it in GitHub Desktop.
Windows XP
[09:46] ~ $java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
[09:59] ~ $ruby --version
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
[09:59] ~ $python --version
Python 2.6.4
IE 8.0.6001.18702
FireFox 3.5.4
Use MSVC to build the InternetExplorerDriver.dll and then ran python on the test suite.
$ python setup.py build
$ cp jobbie/prebuilt/Win32/Release/InternetExplorerDriver.dll build/lib/webdriver/ie
$ cd build/lib
$ PYTHONPATH=. python webdriver/ie_tests/api_examples.py
(The manual copy is due to the fact I can't find out how to make setup.py copy
it.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment