Hi
I have a busy message I need to click on , it however fails every time I click it. When I debug, I can clearly see the link so it should work.
it looks something like this:
web_link("https://{URL}/thefullurl/",
"Text=https://{URL}/thefullurl/",
"Snapshot=t2.inf",
LAST);
Note: I have used web_link many times before. not sure why it isn't working this time. Please note I am clicking on an image.
Any suggestions. I was thinking instead of clicking on the image since it is failing, I can reload the page. would this call : web_url(.....) reload the whole page ?
thanks