Dropdown loading time failure

How do i wait for a drop down or a page to load, verify if that element is present and proceed further without specifying the exact numbers of seconds as delay.

Other question is, can i give an implicit wait global time out for the entire script other than specifying individual time delays for the elements. ?

@Aaditya
Select WaitForReady as complete for select item activity
You can use On Element Appear activity waitActive As True and RepeatForever as false

Thanks. I could see WaitforReady in target option. Does it wait for infinite number of seconds until the current element loads. ?

I am not clear on the below statement “You can use On Element Appear activity waitActive As True and RepeatForever as false”. Where do i see it and how does it actually work ?

@Aaditya
Yes WaitforReady waits till the page is completely loaded.

On Element Appear

1 Like

Thank you. I will try this.

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