Hello everyone,
I'm currently working on a project using ZennoPoster and I've encountered a specific issue. I'm looking to find out if it's possible to set up a task that runs in the background throughout the execution of my script. The idea is to have some sort of "global" condition or action that automatically applies, no matter where in the script execution I am.
To illustrate my need, here are two examples:
I appreciate any advice or solutions you can provide. I hope I have made my request clear. If you need any clarification, please don't hesitate to let me know.
Thanks
I'm currently working on a project using ZennoPoster and I've encountered a specific issue. I'm looking to find out if it's possible to set up a task that runs in the background throughout the execution of my script. The idea is to have some sort of "global" condition or action that automatically applies, no matter where in the script execution I am.
To illustrate my need, here are two examples:
- Automatic Redirection: If, at any point, the script navigates to a specific page (for example, Google.com), it should automatically redirect to another page (Bing.com), without me needing to insert this condition at every step of my script.
- Error Handling: If the message "Cannot reach this page" appears on the screen, the script should either restart from the beginning or execute a predefined action, automatically, without me having to configure this response for every action in my script.
I appreciate any advice or solutions you can provide. I hope I have made my request clear. If you need any clarification, please don't hesitate to let me know.
Thanks