Re: [wtr-general] How to put list

2015-06-17 Thread sridhar ..
no luck prahu...below error i am getting unable to locate element, using {:id=>"customer-list-item", :tag_name=>"div"} (Watir::Exception::UnknownObjectException) On Wed, Jun 17, 2015 at 11:05 AM, Velraj Prabhu wrote: > Hi Siddhu, > > Try the below mentioned code > > customer_list = > browser.d

[wtr-general] Watir-webdriver doesnt store all cookies

2012-07-25 Thread Sridhar S
When I go to the following link on firefox (V-12), the browser on my Ubuntu machine allows me to login normally. https://r.espn.go.com/members/v3_1/login?language=en&forwardUrl=&appRedirect=http%3A%2F%2Fgames.espn.go.com However, if I use watir-webdriver, I get the message: "Cookies must be

Re: [wtr-general] need help to test flash applications

2012-05-18 Thread Sridhar Arramaraju
plugins/gems will get release to test it in future, please drop a message. I will also keep in touch with site to get updates. have a nice day :) thanks in advance. Sun On Fri, May 18, 2012 at 1:13 PM, Željko Filipin wrote: > On Fri, May 18, 2012 at 9:41 AM, Sridhar Arramaraju >

Re: [wtr-general] need help to test flash applications

2012-05-18 Thread Sridhar Arramaraju
Thanks Filipin. Could you please suggest any? On Fri, May 18, 2012 at 12:52 PM, Željko Filipin wrote: > On Fri, May 18, 2012 at 4:40 AM, Sunflower wrote: > > How do i approach to test flash applications? > > You will have to use another tool, since Watir can not test flash. > > Željko > -- > wat

Re: [wtr-general] Re: getting connection error, can anyone help?

2012-05-11 Thread Sridhar Arramaraju
Yes, Tiffany, i got this while updating the gems. But after settingthe proxy it gor updated successfully. thanks alot for communication. Sunflower On Thu, May 10, 2012 at 9:26 PM, Oscar Rieken wrote: > yeah that would be my guess > > On Thu, May 10, 2012 at 11:54 AM, Tiffany Fodor wrote: > >>

[wtr-general] Re: cannot click link

2011-11-15 Thread Sridhar Bulusu
Hi Anne, I had the same problem long time back. I don't remember if a found a solution for it. Try click_no_wait and see it it works. Let me know if it works :) Thanks, Sridhar. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-ge

[wtr-general] Re: cannot click link

2011-11-15 Thread sridhar
Hi Anne, I had the same problem a few months ago. I don't remember if i got it working. try click_no_wait and see if it works. Thanks! Sridhar. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-10 Thread sridhar
rdListButton_UserList_ctl00")[1] [2].click_no_wait it works. Thanks you all. :) On Nov 9, 6:05 pm, Chuck van der Linden wrote: > On Nov 9, 3:10 pm, sridhar wrote: > > > > > > > Jarmo, the code you suggested is working in Watir 1.8.6. It is not > > working in Watir 1

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-10 Thread sridhar
versions of watir. This blog (http://watir.com/2011/08/11/ watir-2-0/) also has some more info on Watir 2.0. Thanks you all. :) On Nov 9, 6:05 pm, Chuck van der Linden wrote: > On Nov 9, 3:10 pm, sridhar wrote: > > > > > > > Jarmo, the code you suggested is working i

[wtr-general] Re: Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-09 Thread sridhar
t using each method anywhere in my code. This looks like an issue with Watir 1.9.2? On Nov 9, 2:13 pm, Jarmo Pertman wrote: > Does this code make any difference: > > ie.frame(:id,"body").table(:id,"recordListButton_UserList_ctl00").row(:inde­x > => 1).cell(:

[wtr-general] Undefined method `each' for :ole_object:Symbol (NoMethodError)

2011-11-08 Thread sridhar
Hi, Today i installed Ruby 1.9.2 and i have the following problem. Was working fine with Ruby 1.8.6. Please help! I am getting the error "Undefined method `each' for :ole_object:Symbol (NoMethodError)" when clicking a button using the code. ie.frame(:id,"body").table(:id,"recordListButton_UserL

[wtr-general] Re: My Watir Scripts Failed. Please help

2011-10-13 Thread sridhar
, sridhar wrote: > Yesterday, I scheduled my watir scripts to run at 3 AM. Today When i > came in the morning i saw that a bunch of scripts failed on > Watir::Browser.start(url). But when i ran those individual scripts > that failed one by one, they passed. Any idea why will it fail

[wtr-general] My Watir Scripts Failed. Please help

2011-10-13 Thread sridhar
y/lib/ruby/gems/1.8/gems/watir-1.7.1/lib/watir/ie-class.rb: 103:in `start_window' C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.7.1/lib/watir/ie-class.rb:97:in `start' C:/Ruby/lib/ruby/gems/1.8/gems/commonwatir-1.7.1/lib/watir/browser.rb: 71:in `start' Thanks, Sridhar -- Before posting, p

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread sridhar
alue for @cert_chain > > On Apr 4, 3:36 pm, Charley Baker wrote: > > > > > > > > > Looks like this is a rubygems problem with 1.7.1, downgrade to an earlier > > version. > > > gem update --system 1.6.2 > > > Charley Baker > > Lead

[wtr-general] Re: Install fails: "s4t-utils-1.0.4 has an invalid value for @cert_chain"

2011-04-04 Thread sridhar
Hey I have the same problem. Please let me know if you find a solution for it. Thanks! On Apr 4, 6:29 am, Uri Goldstein wrote: > Hello, > > I am new to Watir. My first installation of Watir seems to have failed. Upon > running "gem install watir" I get: > > Fetching: win32-api-1.4.8-x86-mingw32.g

[wtr-general] Not able to install watir

2010-12-31 Thread sridhar
Hi, I am getting an error when i tried to install watir on my windows 7 machine. Please help! 1) I have installed ruby186-27_rc2 from http://rubyinstaller.org/downloads/archives. 2) ran the following commands in the command prompt. gem update --system gem install wat