Re: [wtr-general] Re: accessing a firefox popup woith watir-webdriver

2013-02-22 Thread Joe Fleck
Hi, Can you use firebug the javascript popup and paster the html code here? Joe On Fri, Feb 22, 2013 at 2:34 PM, wrote: > This doesn't work for me ... The pop up is a javascript "confirm" method > popup and it doesn't react to any of the browser.alert.* methods. I then > close it and the scrip

[wtr-general] Re: accessing a firefox popup woith watir-webdriver

2013-02-22 Thread fabian . arocena
This doesn't work for me ... The pop up is a javascript "confirm" method popup and it doesn't react to any of the browser.alert.* methods. I then close it and the script errors out saying that it is unable to find the alert. El jueves, 29 de septiembre de 2011 19:34:59 UTC-3, Alister Scott escr

Re: [wtr-general] Javascript pop up dialog box

2013-02-22 Thread Željko Filipin
On Fri, Feb 22, 2013 at 8:59 AM, wrote: > How can I get a simple OK to be clicked in a Javascript dialog box? http://watirwebdriver.com/javascript-dialogs/ Željko -- https://leanpub.com/watirbook -- -- Before posting, please read http://watir.com/support. In short: search before you ask, b

Re: [wtr-general] Table cell with javascript

2013-02-22 Thread Joe Fleck
Hi, You could try browser.tr(:title=>"Add a new request to the list").click On Fri, Feb 22, 2013 at 9:46 AM, wrote: > Hi Guys! > > > I'm new to watir and I must say I'm very excited with what I have > acomplished so far with it. It's magic! I'm having trouble locating the > following elemnt, th

[wtr-general] Javascript pop up dialog box

2013-02-22 Thread fabian . arocena
Hi! After hours and hours of searching in this mailing list and trying everything suggested there, I've finally decided to post a question. How can I get a simple OK to be clicked in a Javascript dialog box? Code: require 'rubygems' require "watir-webdriver" require "watir-webdriver/extensions

[wtr-general] Table cell with javascript

2013-02-22 Thread fabian . arocena
Hi Guys! I'm new to watir and I must say I'm very excited with what I have acomplished so far with it. It's magic! I'm having trouble locating the following elemnt, though: Add a request I would like to click on this cell (so that the javascript function addReq is executed) Anyone knows

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-22 Thread Željko Filipin
On Thu, Feb 21, 2013 at 9:16 PM, wrote: > Thank you zeljko i am in the middle of using both watir as well as > calabash-ios so can you help me by giving idea which topics in ruby i have > master so that my testing will be of more quality and efficient. Just read any book on Ruby. Željko -- -

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-22 Thread Dan
I would suggest to go through this to get some of the foundation of ruby. http://www.codecademy.com/tracks/ruby Dan On Friday, February 22, 2013 12:16:09 AM UTC-5, umesh khannan wrote: > > Thank you zeljko i am in the middle of using both watir as well as > calabash-ios so can you help me by gi

Re: [wtr-general] webdriver-user-agent gem usage and watir

2013-02-22 Thread Ragavan Ambighananthan
thanks Željko, i have created an issue - https://github.com/alisterscott/webdriver-user-agent/issues/6 On Thursday, 21 February 2013 16:14:04 UTC, Željko Filipin wrote: > > On Thu, Feb 21, 2013 at 4:21 AM, Ragavan Ambighananthan < > eelam@gmail.com > wrote: > >> I am using webdriver-user-agen