[wtr-general] Installation of Watir 1.6.5

2010-04-16 Thread deepak
I'm trying to install watir 1..6.5 on a sytem without internet connectivity, I'm getting the below error. If anyone is aware of the problem please help. C:\ruby>gem install "D:\watir-1.6.5.gem" ERROR: While executing gem ... (RuntimeError) Error instaling D:\watir-1.6.5.gem: watir req

[wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread deepak
win32-sapi (0.1.4) win32-sound (0.4.1) windows-api (0.2.0) windows-pr (0.7.2) On Apr 16, 3:02 pm, kiran yajamanyam wrote: > Hi Deepak, > > Even i have faced this problem and For that solution is first install > rubygems and then install watir.  For your ref I have attached rubygems as

[wtr-general] accessing elements inside div tags

2012-12-29 Thread Deepak Kumar
Hi, I tried to start my learning with watir by creating a script for a simple login on gmail. previously i was getting the following msg *"Unable to locate element, using {:tag_name=>["text", "password", "textarea"], :id=>"Email"}"* After reading some post i tried to access the text field usin

Re: [wtr-general] accessing elements inside div tags

2012-12-29 Thread Deepak Kumar
Ahh...thanks a lot for confirming that my try to automate gmail is something hard to do...I thought i am doing some kinda silly mistake in my script..Thanks a ton Željko On Saturday, December 29, 2012 1:31:26 AM UTC-8, Željko Filipin wrote: > > On Fri, Dec 28, 2012 at 10:24 PM, Deepak

[wtr-general] Accessing a Span

2013-01-15 Thread Deepak Kumar
Hi, following is the HTML code ** ** *Ok* How i can click the span. I used the following code.but it did'nt helped :( *$ie.div(:class , "ui-dialog-buttonpane ui-widget-content ui-helper-clearfix").button(:class,"ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only").span(:c

Re: [wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
ust do this.. *$ie.button(:text=>'Ok').click* > * > * > *Joe > * > On Tuesday, January 15, 2013 9:50:57 AM UTC-7, Deepak Kumar wrote: >> >> Hi, >> >> following is the HTML code >> >> ** >> ** >> *Ok* >> >> How i

[wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
("Dallas") $ie.image(:id,"Submit").click $ie.button(:text=>'Ok').click On Tuesday, January 15, 2013 10:20:57 PM UTC+5:30, Deepak Kumar wrote: > > Hi, > > following is the HTML code > > ** > ** > *Ok* > > How i can click the span. &g

Re: [wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
nix11a") $ie.select_list(:id,"market").select("Dallas") $ie.image(:id,"Submit").click if $ie.span(:text=>'Ok').present? puts "Present" #$ie.span(:text=>'Ok').click else puts "Not Present" end No error message

[wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
i am not good with using Xpath. Can Xpath help ? On Tuesday, January 15, 2013 10:20:57 PM UTC+5:30, Deepak Kumar wrote: > > Hi, > > following is the HTML code > > ** > ** > *Ok* > > How i can click the span. > I used the following code.but it did'nt help

Re: [wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
ts "Not Present" end but i did'nt helped the output is " *No examples found." only* On Tue, Jan 15, 2013 at 10:47 PM, Joe Fl wrote: > Deepak, > > > $ie= Watir::IE.new > $ie.goto("https://q2pdc2w4.**edc.cingular.net:9300/v2/**Login.html<https://q2

[wtr-general] Re: Accessing a Span

2013-01-16 Thread Deepak Kumar
Can i access an element by using co-ordinates :p > > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-23 Thread Deepak Kumar
ass="utilityNavHome" id="utilityNavHome"> i tried through IRB and tried to us flash() function but can only use the function on Iframe tag after that i am not able to acess any element. Is "#document" creating a problem. Thanks & regards Deepak Kumar

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-23 Thread Deepak Kumar
c:/rubyshell/ruby/lib/ruby/gems/1.9.1/gems/watir-classic-3.3.0/lib/watir-classic/input_elements.rb:287:in `set' from (irb):15 from c:/rubyshell/ruby/bin/irb:12:in `' On We

Re: [wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-23 Thread Deepak Kumar
Dealer: * wrote: > Deepak, > > I don't see the text_field is your html. Can you give us all of the html? > > Thanks, > Joe > > Just something I found. May not pertain to your issue. > Watir has a method that shows all frames on a page: > $ie.

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-24 Thread Deepak Kumar
esday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak Kumar wrote: > > Hi everyone, > I am trying to access a text_field of page.HTML format is as follows > > > - > >

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-24 Thread Deepak Kumar
dnesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak Kumar wrote: > > Hi everyone, > I am trying to access a text_field of page.HTML format is as follows > > >

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-24 Thread Deepak Kumar
ield() On Wednesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak Kumar wrote: > > Hi everyone, > I am trying to access a text_field of page.HTML format is as follows >

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-24 Thread Deepak Kumar
Please guys, help me a bit :( On Wednesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak Kumar wrote: > > Hi everyone, > I am trying to access a text_field of page.HTML format is as follows > > > - > > >

[wtr-general] Re: Unable to acces text_field inside a frame coz of some "#document" tag in the HTML.

2013-01-28 Thread Deepak Kumar
Hi, I am using IE developer and also tried developer tool of chrome also :( On Wednesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak Kumar wrote: > > Hi everyone, > I am trying to access a text_field of page.HTML format is a

[wtr-general] Re: Watir-webdriver throws 'not clickable' error even when element is visible, present

2016-06-03 Thread Deepak Subudhi
please use @browser.element.fire_event :click On Tuesday, 19 April 2016 16:38:52 UTC+5:30, Awesome Possum wrote: > > I am trying to automate tests in Ruby using the latest Watir-Webdriver > 0.9.1, Selenium-Webdriver 2.53.0 and Chrome extension 2.21. However the > website that I am testing has st

[wtr-general] watir File input

2016-09-30 Thread Deepak S
Guys We were using ie7 for our automation and my scripts for selecting file input was working fine. But for some reason , we have update our system from windows xp to windows 7 and ie7 to ie9. And we are running the automation by enabling comparability view. since then the fileinput method is

[wtr-general] Re: watir File input

2016-10-03 Thread Deepak S
"c://test")* 3: Our environment has been upgraded from ie7 to ie9 and windows xp to windows 7. 4: Now this line of code is not working. On Friday, September 30, 2016 at 6:31:59 PM UTC+5:30, Deepak S wrote: > > Guys > > We were using ie7 for our automation and my scripts fo