You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change __check_browser() to _check_browser() (make non-private)
By making this BaseCase method non-private, it'll be easier to override, such as in the case of someone trying to make SeleniumBase more compatible with Appium, while overriding browser_launcher.py via get_new_driver().