[wtr-general] Re: Issues to sync with page correctly in watir1.6.7

2010-12-02 Thread Darryl Brown
Hi,

Are your pages using AJAX ? Watir does not wait for AJAX objects. In
our scripts, we wait until the last AJAX object to exist before
continuing.

Regards,
Darryl

On Nov 25, 10:54 am, "alex.ikhelis"  wrote:
> Raised it as a tickethttp://jira.openqa.org/browse/WTR-466

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: Issues to sync with page correctly in watir1.6.7

2010-11-25 Thread alex.ikhelis
Raised it as a ticket http://jira.openqa.org/browse/WTR-466

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: Issues to sync with page correctly in watir1.6.7

2010-11-25 Thread alex.ikhelis
My current assumption, that the reason of our failures is due to the
READYSTATE_INTERACTIVE state was added as the state to determine
browser load is complete:

ie-process.rb:
# Used internally to determine when IE has finished loading a page
READYSTATE_INTERACTIVE = 3

Wondering, what was the reason to include it?

Regards,
Alex

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com