[wtr-general] Re: Speed: IE vs FF

2010-09-18 Thread marc
I've notice recently that my tests in IE were running a lot slower than Firefox using watir-webdriver. I was able to track it down to verifying text on a page. For example: verify(browser.div(:id=some_div).text.include?(some text)) would take about 5 to 10 times as long in IE compared to

Re: [wtr-general] Re: Speed: IE vs FF

2010-09-18 Thread Jari Bakken
On Sat, Sep 18, 2010 at 4:04 PM, marc marcbe...@gmail.com wrote: I've notice recently that my tests in IE were running a lot slower than Firefox using watir-webdriver. I was able to track it down to verifying text on a page. For example: verify(browser.div(:id=some_div).text.include?(some

[wtr-general] Re: Speed: IE vs FF

2010-09-17 Thread Chad Larkin
I changed out watir for watir-webdriver and seems to have increased the speed a little. I have not yet tried value= instead of set, however there is not a ton of data set on the pages. I will have to try that and let you know. On Sep 9, 12:21 pm, John Fitisoff jfitis...@yahoo.com wrote: That's