Re: [wtr-general] Looong pauses while calling present?, exists?, etc... - why do you think this happens?

2012-12-19 Thread Nigel
OSX 10.8.2 and Ubuntu 12.10 -- 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

Re: [wtr-general] Looong pauses while calling present?, exists?, etc... - why do you think this happens?

2012-12-17 Thread Oscar Rieken
what OS are you guys on because I am not seeing this sort of issue on osx or rhel On Mon, Dec 17, 2012 at 11:37 PM, Nigel wrote: > Thanks - had a look at the thread Abe started. Rolling back to Firefox 16 > solved the issues. > > > -- > Before posting, please read http://watir.com/support. In

Re: [wtr-general] Looong pauses while calling present?, exists?, etc... - why do you think this happens?

2012-12-17 Thread Nigel
Thanks - had a look at the thread Abe started. Rolling back to Firefox 16 solved the issues. -- 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..

Re: [wtr-general] Looong pauses while calling present?, exists?, etc... - why do you think this happens?

2012-12-11 Thread Željko Filipin
On Tue, Dec 11, 2012 at 6:28 AM, Nigel wrote: > We're successfully finding elements on the page, but find that calling > present?, exists?, visible? and click cause long pauses / blocks, until > timeouts occur. Please post relevant Ruby and HTML code. Željko -- https://leanpub.com/watirbook -

[wtr-general] Looong pauses while calling present?, exists?, etc... - why do you think this happens?

2012-12-11 Thread Nigel
We're successfully finding elements on the page, but find that calling present?, exists?, visible? and click cause long pauses / blocks, until timeouts occur. We're stumped as to why this occurs, and what can be done about it. We do find that if we put in sleep(s) that the problem goes away,