Replies: 1 comment
-
Hi
This fixed the issue for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, im trying to e2e test my Tauri app and to start learning how to do it i call upon the documentation. Actually im on Windows 11, then i've done the following steps:
msedgedriver.exe
version, then included it in$PATH
.tauri-driver
with thecargo install tauri-driver
command.cargo run --release
, for the first time.webdriver/selenium
directory, but received the following error:I've tried to set the
ms:edgeOptions
capability to a empty object but i receive the same error, then i attempted to set the Microsoft Edge driver options with help of Selenium docs, but the same error again. Any clue how to solve this?The test file:
Beta Was this translation helpful? Give feedback.
All reactions