... | ... | @@ -63,13 +63,11 @@ For details, see [http://code.google.com/p/selenium/wiki/ChromeDriver](http://co |
|
|
|
|
|
Automated testing works with Internet Explorer on Windows, using Webdriver.
|
|
|
|
|
|
However it does not have all the benefits of other drivers. For example, the
|
|
|
selection of the document mode is currently implemented using the Selenium 1
|
|
|
The selection of the document mode is currently implemented using the Selenium 1
|
|
|
API and Java keyboard events. This is not really reliable but is the best we
|
|
|
can do until
|
|
|
[issue 2564](http://code.google.com/p/selenium/issues/detail?id=2564)
|
|
|
is fixed. Also this driver is a bit slower and only one instance at once can be
|
|
|
executed on a given machine.
|
|
|
is fixed. Several instances can be executed on the same machine at the same time (TODO: do not allow simultaneous Init phase, to prevent some conflicts during document mode selection).
|
|
|
|
|
|
To use Webdriver, you may need to do some
|
|
|
[specific configurations](http://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration).
|
... | ... | |