We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both Watir and Selenium can start the Edge browser locally by doing:
#watir require 'watir-webdriver' browser1 = Watir::Browser.new 'edge' #selenium require 'selenium-webdriver' browser2 = Selenium::WebDriver.for(:edge)
Currently the only way for me to connect with LL to Edge is via selenium-grid
browser :remote, { :url => "http://[url to selenium-grid hub]/wd/hub", :caps => { "browserName" => "MicrosoftEdge", } }
It would be nice to also be able to start Edge locally without the need for a selenium-grid node.
The text was updated successfully, but these errors were encountered:
Pull request #83 fixes this issue
Sorry, something went wrong.
Merge pull request #83 from mauricewijnia/edge-fix
1012605
Fix Issue #77 LL can't start the Edge browser locally
Fixed in LL 2.0.1
No branches or pull requests
Both Watir and Selenium can start the Edge browser locally by doing:
Currently the only way for me to connect with LL to Edge is via selenium-grid
It would be nice to also be able to start Edge locally without the need for a selenium-grid node.
The text was updated successfully, but these errors were encountered: