Skip to content

Commit

Permalink
webdriver: WebKitWebDriver: browsername should be an empty string to …
Browse files Browse the repository at this point in the history
…avoid `Failed to match capabilities`

fixes tauri-apps/tauri#8828
  • Loading branch information
bukowa authored Jun 27, 2024
1 parent da105fc commit 8d8fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/testing/webdriver/example/selenium.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ before(async function () {

const capabilities = new Capabilities()
capabilities.set('tauri:options', { application })
capabilities.setBrowserName('wry')
capabilities.setBrowserName('')

// start the webdriver client
driver = await new Builder()
Expand Down

0 comments on commit 8d8fe34

Please sign in to comment.