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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix visual tests that use the "sb" fixture (and more!)
Fix log path issue with visual tests that use the sb fixture.
Handle a possible edge case with page loads.
Make sure highlighting isn't blocked by pop-up alerts.
Set WAIT_FOR_RSC_ON_CLICKS to be False by default.
-- Tests will be faster, but you may need to manually call self.accept_alert() or self.dismiss_alert() because previously, waiting for the readyState of the page to be "complete" might have dismissed alerts automatically due to an existing WebDriver "feature" where calling self.execute_script("") automatically closes pop-up alerts.