Hello,
I am using “Use Browser” activity and opening a healthcheck URL.
The URL gives the results in JSON format. I am using get text activity and then saving all the JSON results in a variable.
When I print the value of this variable, it works very well on my first run, But when I run the same process again, it shows empty results in the variable. I have tried it multiple times, and its showing empty results now. While on the very first result, it showed the correct output it captured in the variable. Can you please advise?
If it’s working fine in first and not the second one
Then it is something with the GET TEXT activity
Click on that activity and open its selector editor
If it’s valid then fine if it’s not valid then click on REPAIR button to repair the selector
After that try again
Run in debug mode and use step into so that meantime u can look at LOCALS panel and understand whether value is captured and saved in corresponding variable or not