[wtr-general] ie.close function of watir-1.6.5 version is not working fine after handling a pop-up

2009-12-31 Thread Ankur Gera
Hi, ie.close function of watir-1.6.5 version is not working fine after handling a pop-up but ie.close function of watir-1.6.2 is working fine after handling a pop-up. For more details please check source code of following :- C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.5\lib\watir\ie-class.rb

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

2009-12-31 Thread Angrez Singh
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 If you see the standards for getting the text of body element i.e. using the function textContent, text should be returned by combining the text of all the elements

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

2009-12-31 Thread Pallavi Sharma
Hmm... Ok Angrez, Thanks for looking into this issue, if there is any way we could make it similar kindly let me know. Would be grateful. Thanks Pallavi. On Thu, Dec 31, 2009 at 12:55 PM, Angrez Singh ang...@gmail.com wrote: Actually for your HTML code the result returned by Firewatir is as

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

2009-12-31 Thread Pallavi Sharma
I agree with you Angrez, about seeing the same thing differently, but when we are coding in gem would it be a good idea to forcefully insert a line break or remove a line break when we are trying to fetch the text? so as to make the results similar for watir, firewatir and other browser version

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

2009-12-31 Thread Angrez Singh
The thing is this even if I add line break for br tag while fetching text, it might still break somewhere else. So, let me see if something is possible to make then look similar. - Angrez On Thu, Dec 31, 2009 at 3:02 PM, Pallavi Sharma write2pall...@gmail.comwrote: I agree with you Angrez,

Re: [wtr-general] ie.close function of watir-1.6.5 version is not working fine after handling a pop-up

2009-12-31 Thread Charley Baker
Could you post your script and what you mean by not working? It's hard to diagnose anything without more details. -Charley On Thu, Dec 31, 2009 at 2:19 AM, Ankur Gera ankurg...@gmail.com wrote: Hi, ie.close function of watir-1.6.5 version is not working fine after handling a pop-up but

Re: [wtr-general] Re: Firefox JJSH for 64-bit Windows 7?

2009-12-31 Thread Charley Baker
Just be aware that on anything above MSVC6 you will need to distribute the new C runtimes as well, since they link to those, and they're not included with base WinXP installs. This bit me when I was recompiling our custom windows ole lib. There are some interesting issues around manifest