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. ?
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 ?