[wtr-general] Re: Automating a File uploader popup

2009-06-18 Thread Natasha Ranney
Hey orde, You are right. There is an object tag associated with it and that button is a Flash implementation. I have come across that we have flash supported extension for watir flashwatir. Just was wondering if its useable. Or is there an alternative solution like using some windowsole api

[wtr-general] Re: Automating a File uploader popup

2009-06-17 Thread Natasha Ranney
Thanks for the pointer. Unfortunately I tried to automate the click event for the span and it didn't popup the upload file window. I saw that watir identified the button and even clicked it, but nothing happened. But when I try to do the same manually it works fine. Source code for the page

[wtr-general] Re: Automating a File uploader popup

2009-06-16 Thread Natasha Ranney
Hi Thanks for the pointer. Unfortunately I don't think it will help, as it looks for HTML tag input type = file :( But following is the piece of code that invokes the popup in my case: div a href=# class=linkbutton alt span

[wtr-general] Re: Saving xml contents of a page shown on screen

2009-05-19 Thread Natasha Ranney
on screen On Tue, May 19, 2009 at 12:01 PM, Natasha Ranney itsn...@yahoo.co.uk wrote: I tried using text property of browser to save the text shown on page as xml file. It did save it. But it saved the '-' as well. I remember doing the same thing a long time ago, and being annoyed by `-` also. I am

[wtr-general] Re: Watir users: What is your role at work?

2009-03-16 Thread Natasha Ranney
Hi All, I have been into testing for about 6 years. My testing experience has mostly been into testing on unix platforms and C-Api testing. My current job is around testing of a website. Hence this is the first time I started looking out for automated test tools for website automation. This

[wtr-general] Re: Where to hold public training?

2009-02-13 Thread Natasha Ranney
people we could form a user-group. But there is also LRUG:  http://lrug.org/Aidy On 13/02/2009, Natasha Ranney itsn...@yahoo.co.uk wrote: Is it possible to have some in London? Not sure if there are any Watir users in London. Thanks, Natasha --- On Fri, 13/2/09, niartseoj niarts...@gmail.com

[wtr-general] Re: Where to hold public training?

2009-02-13 Thread Natasha Ranney
://lrug.org/ Aidy On 13/02/2009, Natasha Ranney itsn...@yahoo.co.uk wrote: Is it possible to have some in London? Not sure if there are any Watir users in London. Thanks, Natasha --- On *Fri, 13/2/09, niartseoj niarts...@gmail.com* wrote: From

[wtr-general] Re: Unable to install WATIR on VM client machine

2009-02-04 Thread Natasha Ranney
I have tried copy the gem that Watir wants, Activesupport. copied C:\ruby\lib\ruby\gems\1.8\gems\activesupport-2.2.2 to the VM machine. Ruby is already installed on that machine. After copying the gem, I also set the path on VM machine, as shown below:

[wtr-general] Re: Unable to install WATIR on VM client machine

2009-02-04 Thread Natasha Ranney
I also tried copying the entire gems folder from the machine where ruby+watir was installed, onto the VM client machine. Then tried executing the watir script, but it failed to execute. Let me try installing the gems one by one, after downloading the gems. --- On Wed, 4/2/09, Natasha Ranney

[wtr-general] Re: Unable to install WATIR on VM client machine

2009-02-04 Thread Natasha Ranney
WATIR on VM client machine To: watir-general@googlegroups.com Date: Wednesday, 4 February, 2009, 11:06 PM Hi Natasha, I think the consesus was to copy over the whole Ruby folder. Aidy 2009/2/4 Natasha Ranney itsn...@yahoo.co.uk: I also tried copying the entire gems folder from the machine where

[wtr-general] Re: Unable to execute assert method through Module

2008-11-28 Thread Natasha Ranney
Thanks Aidy. Somehow its started working again. I took a old version of my working test scripts and merged them. So far so good :) Regards, Natasha aidy lewis [EMAIL PROTECTED] wrote: Natasha, Try putting this include in your module include Test::Unit::Assertions Bret wrote

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
Hi Aidy/Charley/John, Thanks for helping me out :). It was such a stupid typo. I am using Notepad to write my scripts and at times I use SciTE. Now I am getting one more issue and am not understanding the reason for it. It was working last week. I extended it and created more modules. I am

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
the caller program. Thanks, Natasha Natasha Ranney [EMAIL PROTECTED] wrote: Hi Aidy/Charley/John, Thanks for helping me out :). It was such a stupid typo. I am using Notepad to write my scripts and at times I use SciTE. Now I am getting one more issue and am not understanding the reason

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
is a list of editors On 27/11/2008, Natasha Ranney wrote: Hi Aidy/Charley/John, I am using Notepad to write my scripts and at times I use SciTE. Open-Source\Free Software * Netbeans Ruby: http://www.netbeans.org/downloads/index.html * Aptana Radrails: http://www.aptana.com/rails * Vim: http

[wtr-general] Re: Efficient code writing

2008-11-20 Thread Natasha Ranney
Hi Aidy, Thanks for your inputs. I am not very clear what can we use Rspec for? How is it better that Test::Unit? I am thinking of trying to integrate watir with TestLink, as it has dual advantage. It allows me to maintain test cases and gives me an interface to execute my tests. Besides that

[wtr-general] Re: Handling assert failures effectively

2008-11-20 Thread Natasha Ranney
Hi Tifanny, Thanks for sharing this link. One way to to get rid of the dirty console output is to completely redirect it to a log file. But I just simply want to get rid of the following that gets printed on console, not the whole of the output: I would like to redirect the following to a

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-14 Thread Natasha Ranney
Hi Aidy, Did you find any solution to this problem? In case, you find a solution, please share it with me. For now I am just typing fewer characters, when its being executed against Firefox. Thanks, Natasha aidy lewis [EMAIL PROTECTED] wrote: On 12/11/2008, Natasha Ranney wrote: Hi

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-12 Thread Natasha Ranney
PROTECTED] wrote: On 12/11/2008, Natasha Ranney wrote: Hi Charley, I found the same behavior. It was typing at 1 character per second. Firefox version: 2.0.0.17 OS: Windows XP JSSH: 0.9 It would be great if you can sort this out. Thanks, Natasha How are you running your tests? Aidy

[wtr-general] Re: Very slow typing speed for firefox 2 : watir 1.6.2

2008-11-12 Thread Natasha Ranney
Hi Charley, I found the same behavior. It was typing at 1 character per second. Firefox version: 2.0.0.17 OS: Windows XP JSSH: 0.9 It would be great if you can sort this out. Thanks, Natasha Charley Baker [EMAIL PROTECTED] wrote: I'm seeing this happen with one of the people I'm working

[wtr-general] Re: Clicking a menu item

2008-10-08 Thread Natasha Ranney
Not sure. But, did you try the following: $ie.span(:id,Id_Of_Span).link(:index,1).click Fatema Karim [EMAIL PROTECTED] wrote: Hi Tiffany, I have tried the Span with it's id but that did not work. On Tue, Oct 7, 2008 at 4:56 PM, Tiffany Fodor [EMAIL PROTECTED] wrote: Hi! Have you tried

[wtr-general] Re: How to locate an INPUT element embedeed in a table

2008-10-07 Thread Natasha Ranney
Thanks Tiffany. I will try that out. Just that this is not our code. This belongs to Fotolog. But anyways, will surely try out the options suggested and revert with my observations. Regards, Natasha Tiffany Fodor [EMAIL PROTECTED] wrote: Sorry, I should have included this in my original