-
Notifications
You must be signed in to change notification settings - Fork 61
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
Unable to open edge or ie #89
Comments
Can you run browser-perf with |
|
@malled Thanks - looks like somewhere in the code, we are not respecting other browsers being sent. I may not have time to look into this, but would be open to get a pull request. I think the best place to start would be the index file. It is very likely that the error is somewhere in the place where the default options are set. |
I've looked into it and your code seems to be fine. May this issue be related to selenium? Do you have any advise to debug this? |
I am trying to use browser-perf with edge or ie but unfortunately it doesn't work. Chrome always opens.
Starting selenium server with
java -Dwebdriver.edge.driver="edgedriver.exe" -Dwebdriver.ie.driver="iedriver.exe" -jar selenium-server-standalone-3.6.0.jar
Executing browser-perf:
browser-perf -c browser-perf.json http://www.google.com
json content:
Edge or IE doesn't open; instead, chrome opens
Selenium log looks like this:
how can i get edge working?
The text was updated successfully, but these errors were encountered: