Re: [Wtr-general] Watir WebRecorder 0.5 Update

2006-03-24 Thread saud aziz
script doesn't have the space in - must havehappened somehow when pasting it into gmail.On Mar 10, Tanushree reported a script with an extra space in it. He was using the web recorder. Zeljko responded to his email pointing outthis problem. I did not see you jump right in.On Feb 23, Saud Aziz had

Re: [Wtr-general] FireWatir release alpha v1.0

2006-03-14 Thread saud aziz
Unlike firefox extensions, this xpi package doesn't open up as file dialog for me. On trying to install as xpi(.zip) file, it just opens up the file contents and starts displaying the binary data... I don't think the problem is at my end as i am perfectly able to install and use other .xpi

Re: [Wtr-general] Script hangs and does nothing

2006-02-23 Thread saud aziz
Thats another thing. If you go to http://www.seattlesymphony.org/symphony/buy/subs/ and click on those buttons manually, they do work. But when i run the mentioned script on that site, it: 1) Sometimes doesn't render the button2) if it does, it hangs3) And sometimes it gives the same error that

Re: [Wtr-general] Script hangs and does nothing

2006-02-23 Thread saud aziz
Those two are different links. If you go to first link that you mentioned and click on New Subscriptions button, that will take you to the second link you mentioned.On 2/23/06, Michael Bolton [EMAIL PROTECTED] wrote: Here's what I'm observing: when I click on the URI in your message below,

Re: [Wtr-general] Multi IE explorer

2006-02-22 Thread saud aziz
I believe it depends on how you write your code. For instance, the following will launch an IE session, and then get data out of excel file and dump it in respective session:def test_getExcelBugs excel = WIN32OLE::new(' excel.Application') workbook =

[Wtr-general] Watir Vs. Selenium

2006-02-20 Thread saud aziz
Can you guys give me some good reasons (besdies the fact that Selenium doesn't support frames) why i should choose Watir and not Selenium?I have been using Watir on and off on small things and Since Selenium seems to have improved a lot, as far as IDE and Ruby Driven mode is concerned, from the

Re: [Wtr-general] xpath support doesn't work for me

2006-02-20 Thread saud aziz
yeah, one for IE exists as well:http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038displaylang=en On 2/20/06, Pierre Garigue [EMAIL PROTECTED] wrote: I posted this on one group and I realized I should have posted it here. This is a rather

Re: [Wtr-general] Watir Vs. Selenium

2006-02-20 Thread saud aziz
additional commands in _javascript_, but it does not have the general level of extensibility that Watir and Ruby have. BretOn 2/20/06, saud aziz [EMAIL PROTECTED] wrote: Can you guys give me some good reasons (besdies the fact that Selenium doesn't support frames) why i should choose Watir

Re: [Wtr-general] ruby ide

2005-12-24 Thread saud aziz
Is there any out there (free/opensource) that supports intellisense/codecomplete feature for Ruby?I believe Komodo does. Any others that do this? http://www.activestate.com/Products/Komodo/?utm_source=home_pageutm_medium=bannerutm_campaign=komodo3.5On 12/19/05, Roy Sin [EMAIL PROTECTED] wrote:I

Re: [Wtr-general] Handling PopUps revisited

2005-10-08 Thread saud aziz
Chris McMahon gave away a great tip on how to run ruby script from perl in this months' Better Software magazine and that does appeal to me as a great solution.On 10/7/05, Raghu Venkataramana [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote:Good afternoon:I have come to the point in my scripting

Re: [Wtr-general] Road Map for 1.5

2005-09-21 Thread saud aziz
Is it possible to inquire when would this release happen? Any due dates? I am most interested in Modal Dialogs support ...On 9/13/05, Bret Pettichord [EMAIL PROTECTED] wrote:Watir 1.5 will be a major update. It will include: - Support Modal Dialogs- Improve Consistency- Lazy Evaluation- Installer

Re: [Wtr-general] WIN32OLE doesn't seem to support UTF-8.

2005-09-08 Thread saud aziz
Have you guys tried checking Yoshidam's page? http://www.yoshidam.net/Ruby.html Following text is from there. Also, notice there is a Perl module as well, and i wonder if that could be reused to make Watir use Perl's Win32 module for popup's handling? 2. Uconv module XMLParser module can

Re: [Wtr-general] how to determine if checkbox is disabled

2005-08-28 Thread saud aziz
set() This method sets the radio list item or check box. Raises UnknownObjectException if its unable to locate an object ObjectDisabledException if the object is disabled http://wtr.rubyforge.org/rdoc/classes/Watir/RadioCheckCommon.html#M000109 On 8/28/05, [EMAIL PROTECTED]

Re: [Wtr-general] NUnitASP VS WATIR

2005-08-25 Thread saud aziz
I believe you need to have .dll file to run NUnitASP. With Watir you don't have to have any access to source code of application to run it.. Also, as its' site explains: NUnitAsp is for unit testing ASP.NET code-behind only. It's meant for programmers, not QA teams, and it's not very good for

Re: [Wtr-general] recording of scripts for watir

2005-08-24 Thread saud aziz
Thats awesome work from Scott. Off i go to extend it ;) On 8/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ahh ok. Thanks! -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim FelthamSent: Wednesday, August 24, 2005 9:12 AMTo:

Re: [Wtr-general] Load Testing with Watir?

2005-08-22 Thread saud aziz
True, but i could set up scripts to run on different computers, say at most 15-20 scenarios for each machine on a total of 30 machines and get performance metrics out of web server. Do you think that is even a good start? On 8/21/05, Jonathan Kohl [EMAIL PROTECTED] wrote: You could generate

[Wtr-general] Load Testing with Watir?

2005-08-21 Thread saud aziz
Anyone here ever tried to create scripts that could be used for load testing? What are the Con's of such approach? Would it be any effective at all in your opinion? -- ..man is a human being, not because of his physical powers for physically the camel is his superior; not because of his size for

Re: [Wtr-general] clearSecurityAlertBox() doesn't work?

2005-08-12 Thread saud aziz
you tried the WET addon? I have just start to use it and it seems to do a very good job in handling all popups. S */saud aziz [EMAIL PROTECTED] mailto: [EMAIL PROTECTED]/* wrote: Ok guys help me out.. I am trying to set up a login script to learn to use Watir as i plan on switching from SAMIE/Perl

[Wtr-general] Checking for correct URl

2005-08-11 Thread saud aziz
Is there any way i could check whether i am on correct URL or not?-- What is written without effort is in general read without pleasure.- Samuel Johnson ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] clearSecurityAlertBox() doesn't work?

2005-08-11 Thread saud aziz
Ok guys help me out.. I am trying to set up a login script to learn to use Watir as i plan on switching from SAMIE/Perl to Watir/Ruby. Here i have simple script made just to test how it would react and work with simple login to any site. Expected: The script should emulate user and login to the