Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2010-01-05 Thread Pallavi Sharma
Sure Angrez I would do that, also if you get time please look into the .text wrapper solution which we are thinking of as it would help us immensely. Regards Pallavi. On Tue, Jan 5, 2010 at 1:18 PM, Angrez Singh ang...@gmail.com wrote: The difference you see in HTML is because Watir returns

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2010-01-05 Thread Krishna saradka
Angrez, Thanks for the clarification. The insight was really helpful. Thanks regards, KK On Thu, Dec 31, 2009 at 2:50 PM, Angrez Singh ang...@gmail.com wrote: For benefit of others I am adding watir-general group as well. http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent

Re: [wtr-general] Re: Fwd: Regarding Getting Page Text in Watir and FireWatir

2010-01-05 Thread Pallavi Sharma
Hi Angrez We were able to solve the problem by building a wrapper as stated in the mail earlier. Although the solution is right now working for us, but its prone to breakage. Meanwhile I have logged the jira tickets. Thanks for the help so far. Regards Pallavi. On Tue, Jan 5, 2010 at 3:19

[wtr-general] Re: Driving Watir scripts in IE and Firefox at the same time

2010-01-05 Thread tester86
Hi Yes you are correct but when I executed it that way it did open a firefox session. My question is would I have to write two sets of code one for ie and one for ff in order to run my script against both browsers. Thanks. On Jan 4, 9:11 pm, Wesley Chen cjq@gmail.com wrote: First, I think

Re: [wtr-general] Re: Driving Watir scripts in IE and Firefox at the same time

2010-01-05 Thread Željko Filipin
On Tue, Jan 5, 2010 at 3:21 PM, tester86 sagar.am...@gmail.com wrote: My question is would I have to write two sets of code one for ie and one for ff in order to run my script against both browsers. I am not sure what you mean by this. Would this work for you? ie = Watir::IE.new ie.goto

[wtr-general] Re: Driving Watir scripts in IE and Firefox at the same time

2010-01-05 Thread tester86
Question, with the not tested code: If I was to test against one application or browser i.e. google and then search in both IE and FF would I need to specify the code twice. Could I state: Open IE Open FF Check Page Title Text Box Place Test Click Search End All of the above would be one set

[wtr-general] Re: watir does not click on button when specified

2010-01-05 Thread tester86
Selenium finds the button (here is the selenium) //a...@id=tc676]/span/label but it does not work in Watir? On Jan 5, 4:23 pm, tester86 sagar.am...@gmail.com wrote: Hi I have the following watir code: $b.link(:href, javascript:;).click but it does not click on the button. a

[wtr-general] Rake

2010-01-05 Thread Shlomit Gazit
Can anybody explain how rake works? I have watir tests. What does rake do and to make it work with rake? -- You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please

[wtr-general] Current Watir API Docs

2010-01-05 Thread Brandon
I posted last year about this and I'm still a bit confused. These two links don't show current API docs. What can be done to get current docs more readily available? http://wtr.rubyforge.org/rdoc (http://wtr.rubyforge.org/rdoc/files/lib/ changes_rb.html indicates 1.5.6)

[wtr-general] Automatic Updates of Mozilla Firefox

2010-01-05 Thread Betsy
Mozilla Firefox updates itself automatically. Hence if we set up a suite of Test cases for execution on FireWatir, it fails after a few test cases as Firefox updates itself and FireWatir fails to execute successfully due to the absence of the related jssh of the new version of Firefox. Even if

Re: [wtr-general] Automatic Updates of Mozilla Firefox

2010-01-05 Thread Angrez Singh
I agree its bit difficult with updates. But there will be a compatible JSSh xpi for Firewatir (atleast on windows) as soon as a new version comes. You can check the latest Jssh XPI at: