[bug] edge webdriver not closing in windows #8610
Labels
platform: Windows
scope: webdriver
tauri-driver tool and other items related to WebDriver
status: needs triage
This issue needs to triage, applied to new issues
type: bug
Describe the bug
When testing my app with webview2 msedge driver,
based on your webdriver testing example,
the cleanup not working properly inside
after
hook.the webview user data folder remain in sort of
locked
state so I can't use it next time if I don't delete it first.Reproduction
Create simple project based on
https://tauri.app/v1/guides/testing/webdriver/example/selenium
and use specific user data folder,
after running the second time it will hangs on
.build()
Expected behavior
It shouldn't hang
Full
tauri info
outputStack trace
No response
Additional context
I use
multiwebview
. but I don't think it's related.The text was updated successfully, but these errors were encountered: