How to avoid off auto opened/closed browser while using windowsdriver at desktop app. #2058
Answered
by
mdmintz
MrGultekin
asked this question in
Q&A
|
I would like to use appium windows driver with seleniumbase, however browser opens and closes itself while executing tests. How to avoid it because i don't need to invoke any browser while testing desktop applications. |
Answered by
mdmintz
Sep 5, 2023
Replies: 1 comment
|
Check out the available syntax formats (currently there are 23): https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out the available syntax formats (currently there are 23): https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md
There's probably at least one format for what you're trying to accomplish. With many of them, the browser will automatically open at the start of tests and close automatically at the end of tests. There's also unlimited flexibility if you use one of the formats that involves overwriting the
get_new_driver()method.