Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


bweston
2019-02-05T14:12:24Z
Did the entry

"[BUGFIX] Server: Web macro Task->Better error handling"

from the 8.4.0 changelog include making a step fail if it is a "click" step and the original target isn't there?

I have a web macro that is supposed to attempt to click on a button that is presented if the account logging in has already done so, to take over the session. I'm almost positive that before I upgraded past 8.4.0, if that button wasn't there (because the account was not already logged in), the macro would wait for it briefly and then move on to the next step, and now it fails instead. I thought I had fixed it by making the click target "by position" instead of "relative," but it still seems to fail if that screen doesn't appear.

I'm trying to recreate the task in a more robust way anyhow, but I finally realized that I think this arose about the time I upgraded, and I thought I would see if I could determine if I'm right about why.
Sponsor
Forum information
Support
2019-02-05T16:48:23Z
I think the current behavior is that it waits for a short while but then fails (and exists) if it cannot find it. You want it to continue anyway?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
bweston
2019-02-05T22:12:12Z
I think it used to, and the change caused my task to stop working as intended. But web macros in general seem to have some rough edges, or perhaps there is something messed up with the ones I'm using; for example, once the macro steps have been saved, there is a button to delete them but for some step types it does nothing. Also, the message from the failure seems to indicate that changing the click to be at specific X,Y coordinates instead of on an element defined by something roughly resembling a CSS selector did not actually persist when I saved the altered task. I may try rebuilding the job from scratch to see if I can reproduce the behavior.
Support
2019-02-06T20:49:57Z
Originally Posted by: bweston 

I think it used to, and the change caused my task to stop working as intended. But web macros in general seem to have some rough edges, or perhaps there is something messed up with the ones I'm using; for example, once the macro steps have been saved, there is a button to delete them but for some step types it does nothing. Also, the message from the failure seems to indicate that changing the click to be at specific X,Y coordinates instead of on an element defined by something roughly resembling a CSS selector did not actually persist when I saved the altered task. I may try rebuilding the job from scratch to see if I can reproduce the behavior.



It is based on relative tree path. If you have an official page that behaves strange please export the web macro and send to us for testing.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top