Replies: 1 comment
-
If you use the wdio testrunner the browser session automatically closes after the test finishes. No need to call any kind of |
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
-
Hi,
I need to close the browser soon after execution is done.I used browser.close(), but its not working and getting an error "browser.close is not a function "
Beta Was this translation helpful? Give feedback.
All reactions