My program is supposed to scrape the “epoch timestamp” from the following page:
I use the text “Epoch timestamp” as the anchor, and the anchor position is set as Left.
When my monitor (TV via HDMI) is switched on, the scheduled program runs flawlessly, returning the text next to “Epoch Timestamp”, after which I clean up by string manipulation to obtain the epoch timestamp.
However, when the schedule is run with the TV switched off, the text obtained is “milliseconds:”, which is below the anchor.
Has anyone come across this issue before? Are there any workarounds?