[wtr-general] Re: Re : Re: Re : Re: Re : Re: Re : Watir is slow with nested frames

2011-08-27 Thread Jarmo Pertman
On Aug 25, 12:49 pm, JMI jurek.michal...@bluewin.ch wrote: Is my modification safe? No. If you'd navigate away from that page and would like to locate an element with the same locators on some other page then you'd fail. If I navigate away to another page, at least @container will not be

[wtr-general] Re: IE 9 execute_script broken

2011-08-27 Thread Jarmo Pertman
Yes, in next version or you can add that fix by monkey-patching until the next version comes out. Jarmo On Aug 27, 7:48 am, Michael mmcwill...@gmail.com wrote: What version of Watir should I expect to see that fix in? 2.0.2 when it comes out? On 2011-08-24, at 9:32 PM, parolkar wrote:

[wtr-general] Re: Ruby 1.9.2 and Watir 2.01 indexing compatibility

2011-08-27 Thread Jarmo Pertman
What is the exact code when you load the Watir and open up a browser too? The Watir.options line should be right after require watir and it also depends of the code you're using to create/attach browser instance. If you're not using Watir::Browser, but use Watir::IE instead then you should use

[wtr-general] Re: Re : Re: Re : Re: Re : Re: Re : Watir is slow with nested frames

2011-08-27 Thread Jarmo Pertman
Okay, i have looked into this issue now. I've set a breakpoint just before the #text_field invocation and didn't see as many invocations as you did (didn't count them, but it was something in the lines of ~5 times). I don't understand where did you get that number 1536. Anyway, i looked at the

[wtr-general] Re: logic to compare the two sheets in watir

2011-08-27 Thread Hugh McGowan
Are you talking about Excel? If so, you can use 'roo' to parse the pages and you can pretty easily compare the contents of the Excel worksheets -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Re: watir 2.0.1 table rows method broken

2011-08-27 Thread Jarmo Pertman
Fixed that bug in commit https://github.com/bret/watir/commit/3846b6f300f5210df6b196eeeb15684b6e25378b Jarmo On Aug 25, 5:13 am, Dmitriy Korobskiy dkro...@gmail.com wrote: On 8/24/11 9:48 PM, Alister Scott wrote: Yeah, it looks bust. You can use: browser.table(:id,

Re: [wtr-general] Re: watir-webdriver / chrome / ubuntu 11.01 11.10a

2011-08-27 Thread Kyle Korbel
Wow...this is a bit embarrassing but I only had the chromium-browser installed which is different, I guess, than the offical chrome browser. I didn't know there was a difference but now I do. I will install the offical google version of the chrome browser and try again. On Thu, Aug 25, 2011

[wtr-general] how do I select li link with id from a jquery dynamic list

2011-08-27 Thread M
Sorry to email you about this issue, I asked the question in Watir discussion group but with no help or replies at all. how do I select li link with id from a jquery dynamic list. Can this be done in watir?? Using Watir 2.0, Ruby 1.8.7: require rubygems require watir require firewatir

Re: [wtr-general] watir-webdriver / chrome / ubuntu 11.01 11.10a

2011-08-27 Thread Željko Filipin
Jari said webdriver should be able to drive both chrome and chromium, there is a setting, but I can not remember right now the name. On Saturday, August 27, 2011, Kyle Korbel kyle.s.kor...@gmail.com wrote: Wow...this is a bit embarrassing but I only had the chromium-browser installed which is

Re: [wtr-general] watir-webdriver / chrome / ubuntu 11.01 11.10a

2011-08-27 Thread Kyle Korbel
Okay. I'll have to look that up. Thanks for the hint. I did install the official google chrome package and it did work with that. On Sat, Aug 27, 2011 at 2:46 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: Jari said webdriver should be able to drive both chrome and chromium, there