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

Running with Channel.RELEASE instead of NIGHTLY #1

Open
jnachtigall opened this issue Nov 20, 2017 · 0 comments
Open

Running with Channel.RELEASE instead of NIGHTLY #1

jnachtigall opened this issue Nov 20, 2017 · 0 comments

Comments

@jnachtigall
Copy link

Now with Firefox 57 out, how would it be possible to run the examples with firefox.Channel.RELEASE?

I changed https://github.com/mykmelez/headless-examples/blob/master/selenium-screenshot-node-6.js#L9 from

const binary = new firefox.Binary(firefox.Channel.NIGHTLY);

to

const binary = new firefox.Binary(firefox.Channel.RELEASE);

but this starts the Developer Edition. I use Windows 10 and have Release, Developer Edition and NIGHTLY installed. Nightly is my day-to-day browser, Release is hardly used. But now for a project (together with other people and CI) I would like to use Release for testing and now that 57 is out it should be working.

I guess the docs at https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment#WebDriver_syntax_crash_course should point to RELEASE too instead of NIGHTLY (I can update them, once I got it running or know at least it should be running)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant