Does getting the aastate attribute means that page is rendered? or we will get the attribute value even when the page is not completely loaded?
You will get attribute value as output the one it contains at the time of executing that activity.
Thank you for the reply, I do know how to get the output. My question was, if we are getting the value/output for aastate, does that mean the page on which we are looking for the attribute is loaded completely? or we will get the output even if the page is loaded partially?
I guess it will give output even it is executed partially. Am not sure on this. Could you please try once in both ways.
Thank you!! I guess it is giving the output even when the page is partially loaded. Do you know anyway we can check if the page is completely loaded??
Note : Element exists/On element appear doesn’t work here.
Even the image exists doesn’t work. There is no element or image on that page that I can use to see if the page is loaded. That is why I was using selectors and all to check if the page is loaded.
Set the property → WaitForReady = COMPLETE
I am already using it, but still getting errors here and there.
BTW, which property are you talking about?