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

LL can't start the Edge browser locally #77

Closed
mark0203 opened this issue Jul 10, 2017 · 2 comments
Closed

LL can't start the Edge browser locally #77

mark0203 opened this issue Jul 10, 2017 · 2 comments

Comments

@mark0203
Copy link

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.

@mauricewijnia
Copy link
Contributor

Pull request #83 fixes this issue

barzilay added a commit that referenced this issue Sep 14, 2017
Fix Issue #77 LL can't start the Edge browser locally
@barzilay
Copy link
Contributor

Fixed in LL 2.0.1

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

3 participants