Skip to content

Commit

Permalink
Change edge WebDriver 'browserName' #18
Browse files Browse the repository at this point in the history
  • Loading branch information
er-ri committed Apr 12, 2024
1 parent 875f3ef commit b011026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebDriverOptions.cls
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Public Function ConstructCapabilities() As Dictionary
Dim edgeOptionsRoot As New Dictionary
edgeOptionsRoot.Add "args", EdgeArguments

alwaysMatchRoot.Add "browserName", "msedge"
alwaysMatchRoot.Add "browserName", "MicrosoftEdge"
alwaysMatchRoot.Add "ms:edgeOptions", edgeOptionsRoot
capabilitiesRoot.Add "alwaysMatch", alwaysMatchRoot
Case Me.BrowserType = Chrome
Expand Down

0 comments on commit b011026

Please sign in to comment.