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