You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
The 64bit IE driver is horrendously bad when used with recent versions of IE - see selenium's bug tracker.
Currently, if I want to test IE with protractor, I need to run node webdriver-manager update, then manually download the 32bit IE driver. Currently, there is the --ie switch for webdriver-manager, but it will always get the 64bit IE driver if your system architecture is 64bit. It would be pretty nice to specify --ie32 or something to automatically download the 32bit IE driver
The text was updated successfully, but these errors were encountered:
The 64bit IE driver is horrendously bad when used with recent versions of IE - see selenium's bug tracker.
Currently, if I want to test IE with protractor, I need to run
node webdriver-manager update
, then manually download the 32bit IE driver. Currently, there is the--ie
switch for webdriver-manager, but it will always get the 64bit IE driver if your system architecture is 64bit. It would be pretty nice to specify--ie32
or something to automatically download the 32bit IE driverThe text was updated successfully, but these errors were encountered: