Features
- Push info item to the dataset on changed content. This can be used to trigger monitoring notifications.
sendNotificationTo
email is now optional because you can use monitoring to send notifications.
Features
- Added "smart" retrying logic when being blocked
- Added
maxRetries
andretryStrategy
to the input
Fixes
- implemented logic about sending mail with the info about error (and screenshot of the full page) in case of issues with selectors during the actor run;
- Implemented snapshot of the whole page if content selector is not found (issue #18).
- Added option to switch on/off notifying on error via mail;
Fixes
- Updated SDK to 1.2.0;
- Implemented snapshot of the whole page if screenshot selector is not found + improved the error message with a link to the snapshot (issue #11).