We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb471e commit cb3d837Copy full SHA for cb3d837
seleniumbase/fixtures/base_case.py
@@ -2744,7 +2744,6 @@ def assert_no_js_errors(self):
2744
* See https://github.com/SeleniumHQ/selenium/issues/1161
2745
Based on the following Stack Overflow solution:
2746
* https://stackoverflow.com/a/41150512/7058266 """
2747
- self.wait_for_ready_state_complete()
2748
time.sleep(0.1) # May take a moment for errors to appear after loads.
2749
try:
2750
browser_logs = self.driver.get_log('browser')
0 commit comments