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

feat(start): add a gecko driver path to the start command #86

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

cnishina
Copy link
Member

No description provided.

@cnishina cnishina merged commit 7ec082a into angular:master Aug 23, 2016
let gecko = options[Opt.GECKO].getString();
try {
if (fs.statSync(gecko).isFile()) {
args.push('-Dwebdriver.edge.driver=' + gecko);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be "webdriver.gecko.driver" instead of "webdriver.edge.driver" ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup... thanks for catching that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been addressed by #88

@cnishina cnishina deleted the gecko branch September 2, 2016 17:51
cnishina added a commit to cnishina/webdriver-manager that referenced this pull request Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants