Skip to content

Commit

Permalink
updating ruby capability name for edge -> MicrosoftEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Sep 3, 2015
1 parent d831da7 commit 574b37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/remote/capabilities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def chrome(opts = {})

def edge(opts = {})
new({
:browser_name => "edge",
:browser_name => "MicrosoftEdge",
:platform => :windows,
:javascript_enabled => true
}.merge(opts))
Expand Down

0 comments on commit 574b37c

Please sign in to comment.