Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webdriver-manager start --ie32 starts up x64 version #68

Closed
cnishina opened this issue Aug 4, 2016 · 2 comments · Fixed by #72
Closed

webdriver-manager start --ie32 starts up x64 version #68

cnishina opened this issue Aug 4, 2016 · 2 comments · Fixed by #72
Assignees

Comments

@cnishina
Copy link
Member

cnishina commented Aug 4, 2016

No description provided.

@cnishina cnishina self-assigned this Aug 4, 2016
@cnishina cnishina added this to the 10.2.2 milestone Aug 4, 2016
cnishina added a commit to cnishina/webdriver-manager that referenced this issue Aug 5, 2016
@lufecir
Copy link

lufecir commented Aug 22, 2016

I’m sorry, but it still does not work for me. The ‘ie32’ command line option passed to ‘webdriver start’ is ignored.

I did some debugging and the code added in 8b61b71 is not executed: options[Opt.IE32] is undefined.

As far as I could see, the ‘ie32’ option has not been defined for the ‘start’ command CLI, so the option is simply ignored when program.run is called.

Adding the following line in the top section of ‘start.js’ seemed to work for me:

.addOption(opts_1.Opts[Opt.IE32])

I did not check out the source code, so I did not verify what the equivalent code in TypeScript should be in 'start.ts'.

@cnishina
Copy link
Member Author

Yup... It wasn't added to the options array.

@cnishina cnishina reopened this Aug 22, 2016
cnishina added a commit to cnishina/webdriver-manager that referenced this issue Aug 22, 2016
cnishina added a commit to cnishina/webdriver-manager that referenced this issue Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants