Search found 2 matches

by Yauchy
Thu Nov 07, 2013 12:27 am
Forum: Automation API
Topic: Is it possible to use WaitUntilReady?
Replies: 3
Views: 3006

Re: Is it possible to use WaitUntilReady?

I added a WaitForDocmentLoaded(); after every Delay.Milliseconds(200); and while it noticeably helped, it did not resolve the skipping of some objects - especially when a large spinning wheel was present on the screen (likely some back end ajax or javascript running something asynchronous). I'll now...
by Yauchy
Fri Nov 01, 2013 6:14 pm
Forum: Automation API
Topic: Is it possible to use WaitUntilReady?
Replies: 3
Views: 3006

Is it possible to use WaitUntilReady?

As any automation tester can attest to there are only 2 issues ever when automating - "waiting & then finding". I just started up the tool, made a basic web test and after many, many attempts I finally got it to run! But there is a problem, it is not waiting long enough before clicking some objects ...