[wtr-general] Re: Cannot get truncated text of a cell in a table

2009-10-20 Thread Željko Filipin
On Mon, Oct 19, 2009 at 11:48 PM, Shlomit Gazit shlomitpatr...@gmail.com wrote: Watir::Exception::UnknownObjectException: Unable to locate element, using :text, Scope (0) \r\n Please post html of the table and Watir code that returns this error. I dont know why it is appending: \r\n, and how

[wtr-general] About php language and watir

2009-10-20 Thread Capricorn
I want to know if there have some link which can teach me how can i interact with php web page by using watir thank you very much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to

[wtr-general] Re: About php language and watir

2009-10-20 Thread Željko Filipin
On Tue, Oct 20, 2009 at 10:18 AM, Capricorn qian...@ecitysky.com wrote: I want to know if there have some link which can teach me how can i interact with php web page by using watir Sure: http://wiki.openqa.org/display/WTR/Quick+Start and then http://wiki.openqa.org/display/WTR/Tutorial

[wtr-general] Re: About php language and watir

2009-10-20 Thread Qiannan Zhang
thank you very much [?][?][?][?][?][?][?][?][?][?][?][?][?] On Tue, Oct 20, 2009 at 4:24 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Oct 20, 2009 at 10:18 AM, Capricorn qian...@ecitysky.com wrote: I want to know if there have some link which can teach me how can i

[wtr-general] After upgrading to Watir 1.6.2, it is not working fine.

2009-10-20 Thread meenu
Hi, I am upgrading my watir version from 1.5 to 1.6.2 but it throughs an error when i am running my code automatically. Error is like this: E:\Liveops\Jul31\qa\watir\Watir_Automation_Scripts_CSV\Driversruby Driver.rb C reWatir

[wtr-general] Re: After upgrading to Watir 1.6.2, it is not working fine.

2009-10-20 Thread Željko Filipin
On Tue, Oct 20, 2009 at 12:02 PM, meenu cutiemeenak...@gmail.com wrote: I am upgrading my watir version from 1.5 to 1.6.2 odule/introspection.rb:70:in `const_get': no such file to load -- safariwatir What platform are you on? SafariWatir works only on Mac. Please post the code that is causing

[wtr-general] Re: Downloading File and FireWatir

2009-10-20 Thread Željko Filipin
On Tue, Oct 20, 2009 at 12:33 PM, Pallavi Sharma write2pall...@gmail.com wrote: I am done with the solution. Its also atttached with the mail. It will be hard for other people to find your code here. Would you please post it at wiki? Please let me know if you need any help with that.

[wtr-general] Re: Autocomplete with send Keys does not work when not logged in

2009-10-20 Thread Jarmo Pertman
Hi. You are correct that some of the AutoIt functions won't work when you are logged out (locked out). You could use some virtual machine to run the tests (which has ruby installed with Watir and Autoit and so on), which won't turn on screensaver or won't lock out. You could use VMWare or

[wtr-general] Re: Cannot get truncated text of a cell in a table

2009-10-20 Thread Shlomit Gazit
watir code: (see above also): $ie.link(:text, #{@@leftNav[i]}).click html of the table: table class=tableLeftNav border=0 cellspacing=0 cellpadding=0 tr td id=impactForm align=left height=27 width=1% valign=middle class=pad_0_6_0_6 a

[wtr-general] Re: Cannot get truncated text of a cell in a table

2009-10-20 Thread George
Hi there, I think this might work for you: puts @@leftNav.rstrip! This should remove the \r\n tags. -George On Oct 20, 9:18 am, Shlomit Gazit shlomitpatr...@gmail.com wrote: watir code: (see above also):  $ie.link(:text, #{@@leftNav[i]}).click html of the table: table

[wtr-general] Cookie Verification

2009-10-20 Thread LokiSpeak
I have been using WATIR to verify the contents of the cookies our application sets in IE for quite awhile now. I am looking to expand this to firefox, but I am not sure if it is possible. Here is my basic code for splitting the cookies on IE into an array.: $ie =

[wtr-general] Advanced Firewatir

2009-10-20 Thread aidy lewis
Matt Ellis has blogged has experiences with the jssh, Mozilla classes and FireWatir http://tinyurl.com/ykarwvv Aidy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send

[wtr-general] Need help about startClicker

2009-10-20 Thread Bindhu
Hi All, I need to skip the pop up when ever it appear. I am using startClicker to handle the popups. Please help me some one. Thanks in Advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group.

[wtr-general] Re: Capturing Java Script Errors

2009-10-20 Thread Bret Pettichord
Pallavi, Thanks for posting that. This is new to me, but it looks like a good solution. Bret Pallavi Sharma wrote: Hi Everyone I found this link: http://exploretesting.blogspot.com/2008/09/reporting-ie-js-error-messages-in-watir.html for reporting JS error, has anyone here tried

[wtr-general] Re: Downloading File and FireWatir

2009-10-20 Thread Pallavi Sharma
Sure Zeljko I will do that :) On Tue, Oct 20, 2009 at 4:43 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Tue, Oct 20, 2009 at 12:33 PM, Pallavi Sharma write2pall...@gmail.com wrote: I am done with the solution. Its also atttached with the mail. It will be hard for other