Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

[Feature request][webdriver-manager] Allow a command-line switch to get 32bit browser driver(s) #1297

Closed
mitchhentges opened this issue Sep 6, 2014 · 4 comments

Comments

@mitchhentges
Copy link

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

@dpaquette
Copy link

+1
This is desperately needed

@codecadwallader
Copy link

+1 as well. Currently I'm using a workaround of running 32-bit node (See #1506 (comment)).

@rogierschouten
Copy link

+1

@rogierschouten
Copy link

Fixed in PR #2406

@juliemr juliemr closed this as completed Sep 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants