thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.79k stars 350 forks source link

Add a wait_for option to browser jobs #810

Closed Jamstah closed 2 months ago

Jamstah commented 3 months ago

This waits for the default timeout of 30 seconds for the selector to be satisfied. The selector is based on https://playwright.dev/python/docs/locators#locate-by-css-or-xpath.

Closes #763