Element exists timeout

Can anyone let me know why does Element exists wait for the timeout(set for 30 seconds or 1 minute) to be over before proceeding with next activity even if the element is appearing in the 1st second.

Thanks

Can you try changing the property wait for ready to none @abhaygtm

because the default value is 30 sec you can minimize that by your own choice
3000 = 3 sec you can give this value

@HareeshMR
Thanks it worked.
I tried it with complete and interactive and was thinking wait for ready is for webpage to be loaded completely. Silly me.
Thanks for the help. :slight_smile:

1 Like

@Pradeep_Shiv
the timeout was increased by me only as the webpage takes time to load

@HareeshMR
can you let me know how to check if webpage has loaded completely or not. The web application i am using is taking different timings to be loaded completely. And i was thinking that wait for ready is for web to be completely loaded.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.