UNPKG

1.88 kBMarkdownView Raw
1IEDriver
2=======
3
4An NPM wrapper for Selenium [IEDriver](http://selenium-release.storage.googleapis.com).
5
6[IEDriver changelog](https://raw.githubusercontent.com/SeleniumHQ/selenium/master/cpp/iedriverserver/CHANGELOG)
7
8Testing notes
9-----------------------
10If you're testing on Windows 8 KB3025390 from Janurary 5th 2015 breaks IEDriver, just uninstall that update.
11
12More tips on getting setup right: http://heliumhq.com/docs/internet_explorer
13
14
15Building and Installing
16-----------------------
17
18```shell
19npm install iedriver
20```
21
22Or grab the source and
23
24```shell
25node ./install.js
26```
27
28What this is really doing is just grabbing a particular "blessed" (by
29this module) version of IEDriver. As new versions are released
30and vetted, this module will be updated accordingly.
31
32The package has been set up to fetch and run IEDriver for Windows.
33
34Versioning
35----------
36
37The NPM package version tracks the version of iedriver that will be installed,
38with an additional build number that is used for revisions to the installer.
39
40A Note on iedriver
41-------------------
42
43IEDriver is not a library for NodeJS.
44
45This is an _NPM wrapper_ and can be used to conveniently make IEDriver available
46It is not a Node JS wrapper.
47
48Contributing
49------------
50
51Questions, comments, bug reports, and pull requests are all welcome. Submit them at
52[the project on GitHub](https://github.com/barretts/node-iedriver/).
53
54Bug reports that include steps-to-reproduce (including code) are the
55best. Even better, make them in the form of pull requests.
56
57Author
58------
59[Barrett Sonntag](https://github.com/barretts)
60
61
62Thanks to [Giovanni Bassi](https://github.com/giggio) for making the [ChromeDriver](https://github.com/giggio/node-chromedriver/) module this was based on.
63
64License
65-------
66
67Licensed under the Apache License, Version 2.0.