[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

[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-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

[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 as follows html head-/head body iframe name

[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
, 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 html head-/head body iframe name=centent src=homepage.jsp * #document* html slick-uniqueid = 1

[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
irb(main):051:0 $ie.frame(:name,centent).present? = true irb(main):052:0 $ie.frame(:name,centent).form(:name,validateDealer).present? = false Joe, this is the issue i can only access till frame tag after that it is returning false :( On Wednesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak

[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
My Bad for using 'form' in the command b(main):010:0 $ie.frame(:name,centent).text_field(:name,validateDealer).present? false b(main):011:0 $ie.frame(:name,centent).text_field(:type,text).present? false i also tried for text_field() On Wednesday, January 23, 2013 8:08:33 PM UTC+5:30, Deepak

[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 html head-/head body iframe name=centent src=homepage.jsp

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

2013-01-23 Thread Deepak Kumar
not able to acess any element. Is #document creating a problem. Thanks regards Deepak Kumar -- 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

[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
, Deepak Kumar wrote: Hi everyone, I am trying to access a text_field of page.HTML format is as follows html head-/head body iframe name=centent src=homepage.jsp * #document* html slick-uniqueid = 1

[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] Accessing a Span

2013-01-15 Thread Deepak Kumar
Hi, following is the HTML code *div class=ui-dialog-buttonpane ui-widget-content ui-helper-clearfix* *button type=button class=ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only role=button aria-disabled=false* *span class=ui-button-textOk/span/button/div* How i can click

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

2013-01-15 Thread Deepak Kumar
* On Tuesday, January 15, 2013 9:50:57 AM UTC-7, Deepak Kumar wrote: Hi, following is the HTML code *div class=ui-dialog-buttonpane ui-widget-content ui-helper-clearfix* *button type=button class=ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only role=button aria-disabled=false

[wtr-general] Re: Accessing a Span

2013-01-15 Thread Deepak Kumar
, January 15, 2013 10:20:57 PM UTC+5:30, Deepak Kumar wrote: Hi, following is the HTML code *div class=ui-dialog-buttonpane ui-widget-content ui-helper-clearfix* *button type=button class=ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only role=button aria-disabled=false

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

2013-01-15 Thread Deepak Kumar
) $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 but the output is *No examples found*. only On Tue, Jan 15, 2013 at 10:47 PM, Joe Fl joeflec...@gmail.com wrote: Deepak, $ie= Watir::IE.new

[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 *div class=ui-dialog-buttonpane ui-widget-content ui-helper-clearfix* *button type=button class=ui-button ui-widget ui-state-default ui

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

2013-01-15 Thread Deepak Kumar
...@gmail.com wrote: Deepak, $ie= Watir::IE.new $ie.goto(https://q2pdc2w4.**edc.cingular.net:9300/v2/**Login.htmlhttps://q2pdc2w4.edc.cingular.net:9300/v2/Login.html ) $ie.text_field(:id,Userid).**set(Pos3nbi) $ie.text_field(:id,Password)**.set(unix11a) $ie.select_list(:id,market).**select

[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 using nested

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 Kumar

[wtr-general] Re: Installation of Watir 1.6.5

2010-04-20 Thread deepak
(0.4.1) windows-api (0.2.0) windows-pr (0.7.2) On Apr 16, 3:02 pm, kiran yajamanyam kiranyajaman...@gmail.com 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 well. YOu can use

[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:\rubygem install D:\watir-1.6.5.gem ERROR: While executing gem ... (RuntimeError) Error instaling D:\watir-1.6.5.gem: watir