79357569

Date: 2025-01-15 09:01:53
Score: 3
Natty:
Report link

time.sleep(x) leads to some issues
see: https://playwright.dev/python/docs/library#timesleep-leads-to-outdated-state
better use page.wait_for_timeout(x * 1000)

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VTTR