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
You can always open a fresh, new browser for your tests in the middle of a test:
self.get_new_driver(undetectable=True)
And you can close your existing browser window with: self.driver.quit().
For loading multiple Chrome extensions in the pytest format that uses BaseCase, use: pytest --extension-dir=DIR1,DIR2,DIR3,DIR4
(Comma-separated format)
Any tips will help. Thank you!
The text was updated successfully, but these errors were encountered: