[wtr-general] Re: File Field Help

2009-10-05 Thread Bill Agee
Ah, so it's a difference in behavior between FireWatir and Watir? Not sure why that would happen. Perhaps setting the field with Firefox doesn't fire the necessary events to enable the upload button? Don't know. You might try invoking the refresh() method on the Firefox object after you set

[wtr-general] Re: File Field Help

2009-10-05 Thread Raveendran P
Hi Bill, My Bad luck , After $ff.refresh -- Still the upload video button is not enabled .. :) Awaiting your reply Thanks On Mon, Oct 5, 2009 at 3:04 PM, Bill Agee billa...@gmail.com wrote: Ah, so it's a difference in behavior between FireWatir and Watir? Not sure why that would happen.

[wtr-general] earn money through Home based internet jobs

2009-10-05 Thread samram samy
HI FRIENDS If you want to earn Rs.200($5) to Rs.1200($30) per hour, starting today from the Internet without any Investment. Just give your 3 minutes to read on see how it can change your life. Dear Internet Friend, Nice to meet you. We have designed this website exclusively for the people,

[wtr-general] Re: earn money through Home based internet jobs

2009-10-05 Thread Raveendran P
Hi Group Administrator(Moderator), To avoid this kind of spam mails, 1. When the user requested to join this group -- Ask simple 5 watir related questions 2. Block other members to send email to watir-general@googlegroups.com Because most of the forums has junk of Spam mails like this. We are

[wtr-general] Re: earn money through Home based internet jobs

2009-10-05 Thread Željko Filipin
Raveendran, Thanks for your ideas. We have a simpler solution that requires almost no effort. Everybody can join and contributions are not moderated, except for the first post. All spam is caught that way. I guess this one was not caught by human mistake: a moderator approved it by mistake. I

[wtr-general] Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread venkat
Hi, I got the following error and my script fails to identify the list item, can't click the Select button and Logout too fails. Can anyone please help me. HTTP Status 500 - type Exception report message

[wtr-general] bring_to_front function not working...

2009-10-05 Thread Prince3105
Hi Al, I am using below code in my scripts. My script has so many sendkey operations. So i am using bring_to_front function to activate the application. But its not working and it doesn't throw any error. So please give me any other options are available in Watir like WSH's AppActivate .

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 2:16 PM, venkat greet.ven...@gmail.com wrote: I got the following error and my script fails to identify the list item Looks to me that application that you are testing crashed. Željko --~--~-~--~~~---~--~~ You received this message because

[wtr-general] Re: Script on select list item, clickon btn1 and Logoutfunction()

2009-10-05 Thread Anna Gabutero
On Mon, Oct 05, 2009 at 05:46:10PM +0530, venkat wrote: Hi, I got the following error and my script fails to identify the list item, can't click the Select button and Logout too fails. Can anyone please help me. HTTP Status 500 - This is a problem with the application you're testing,

[wtr-general] Platforms

2009-10-05 Thread Željko Filipin
I have created a new wiki page: http://wiki.openqa.org/display/WTR/Platforms Feel free to comment, edit, improve, fix bugs... Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Platforms

2009-10-05 Thread Ankur Gera
Hi Željko, Gr8 Job Thanks Regards, Ankur Gera TCS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please

[wtr-general] Re: Platforms

2009-10-05 Thread karim rayani
how about Ruby 1.9.1 in the list On Mon, Oct 5, 2009 at 6:23 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: I have created a new wiki page: http://wiki.openqa.org/display/WTR/Platforms Feel free to comment, edit, improve, fix bugs... Željko -- http://watirpodcast.com/

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 2:58 PM, karim rayani karim@gmail.com wrote: how about Ruby 1.9.1 in the list I have never used 1.9. I do not even know if Watir works there. If you know anything about it, you know more than me. Just edit the page, or let me know and I will update it. If you (or

[wtr-general] Re: Platforms

2009-10-05 Thread karimnumerouno
i have tried using Ruby 1.9.1 on Ubuntu and it worked however the code needs some standard refractoring as there has been a universal change on using when in place of : for decision statements in the user-choice library, modifications there did do the job for me on Ubuntu 9.04

[wtr-general] Re: bring_to_front function not working...

2009-10-05 Thread sHiVa
Hi, Did you register the AutoItx3.dll? Run the following command from command prompt. regsvr C:\ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir \AutoItX3.dll Thanks Regards Siva Phaneendra K On Oct 5, 5:34 pm, Prince3105 prince3...@gmail.com wrote: Hi Al, I am using below code in my

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 3:12 PM, karimnumerouno karim@gmail.com wrote: i have tried using Ruby 1.9.1 on Ubuntu and it worked however the code needs some standard refractoring This sounds to me like Watir is not working with 1.9. :) Should I add a column that says so? Željko

[wtr-general] Re: Platforms

2009-10-05 Thread aidy lewis
I am not so sure you can use Celerity through the standard Ruby MRI. Aidy 2009/10/5 Željko Filipin zeljko.fili...@wa-research.ch: I have created a new wiki page: http://wiki.openqa.org/display/WTR/Platforms Feel free to comment, edit, improve, fix bugs... Željko --

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 4:21 PM, aidy lewis aidy.le...@googlemail.com wrote: I am not so sure you can use Celerity through the standard Ruby MRI. Thanks, fixed. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Platforms

2009-10-05 Thread Charley Baker
Watir in the github master should be working with 1.9.1. Jari made some fixes, so for Watir we should be good. The one dependency we do have on user-choices isn't working. Talked to Jari on Sat, he pinged Brian Marick to update it a while back, said he would, but hasn't yet. I'd suggest we hit

[wtr-general] Re: Platforms

2009-10-05 Thread aidy lewis
Hi, Does anyone know of a verified Windows Ruby 1.9.1 installer? Aidy 2009/10/5 Charley Baker charley.ba...@gmail.com: Watir in the github master should be working with 1.9.1. Jari made some fixes, so for Watir we should be good. The one dependency we do have on user-choices isn't working.

[wtr-general] Re: Platforms

2009-10-05 Thread Charley Baker
Hey Aidy, The windows installer for 1.9.1 isn't fully baked yet. You can find more information about it here: http://rubyinstaller.org/ There have been some large changes from the previous installers (mingw instead of msvc6, new installer sw, etc). I've been following the progress for a while

[wtr-general] Watir 1.6.5.rc1 - release candidate available for testing

2009-10-05 Thread Charley Baker
Hi all, There have been a lot of changes since the last release of Watir - 1.6.2, many of these being contributions we've received from various community members, core committers and others. In the effort to include Firewatir as a 1st class citizen, there are a lot compatibility changes and

[wtr-general] Disable javascript through ruby/watir

2009-10-05 Thread arihan
Hi , Can anyone please help me asap that how i would disbale the javascript of the browser through ruby/watir Thanks in advanced. Arihan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To

[wtr-general] Re: Platforms

2009-10-05 Thread Jari Bakken
On Mon, Oct 5, 2009 at 6:48 PM, Charley Baker charley.ba...@gmail.com wrote: Watir in the github master should be working with 1.9.1. Jari made some fixes, so for Watir we should be good. Yep, both Watir and FireWatir test suites were passing (on the 1.9.1 preview from the RubyInstaller guys)

[wtr-general] Re: Platforms

2009-10-05 Thread Željko Filipin
On Mon, Oct 5, 2009 at 6:48 PM, Charley Baker charley.ba...@gmail.com wrote: Watir in the github master should be working with 1.9.1. Added Ruby 1.9.1 to Browser/Ruby table. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: Platforms

2009-10-05 Thread Bret Pettichord
Not sure if this is clear that Watir 1.6.2 does not work with Ruby 1.9.1. On Oct 5, 4:36 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Oct 5, 2009 at 6:48 PM, Charley Baker charley.ba...@gmail.com wrote: Watir in the github master should be working with 1.9.1. Added Ruby

[wtr-general] Re: adding utf-8 character to text fields

2009-10-05 Thread Bret Pettichord
It will be 1.6.5. On Oct 3, 10:28 am, Jari Bakken jari.bak...@gmail.com wrote: Jari, can you please update the page? I am not sure what to do. Željko I've updated the page with an example of how to revert to the old behaviour. Since I'm not sure what version number the next Watir

[wtr-general] Re: Html Elements Supported by Watir

2009-10-05 Thread Bret Pettichord
This page looks like a duplication of this page: http://wiki.openqa.org/display/WTR/Watir+Methods+Supported+by+HTML+Element I suggest that the two pages be folded together. I'm also wondering if we need to do more work to organize and update the pages that we already have. Also I'm not sure

[wtr-general] Re: Sai

2009-10-05 Thread Bret Pettichord
This page says All Watir documentation is stored on the Watir Wiki: running Confluence and hosted by OpenQA. However, it also lists the Rdoc, which is actually generated from the source code itself. I believe that both Jonathan Kohl and Jeff Fry have been significant contributors to this, which

[wtr-general] Re: Sai

2009-10-05 Thread Bret Pettichord
Now I'm convinced that there is not a core team. I suggest that define several teams, including FireWatir/IEWatir team. Bret On Sep 28, 5:22 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Sep 28, 2009 at 5:26 PM, Bret Pettichord bpettich...@gmail.com wrote: I think we

[wtr-general] Re: Elements supported by Watir

2009-10-05 Thread Bret Pettichord
require 'watir/ie' On Sep 29, 4:26 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, Sep 28, 2009 at 6:08 PM, Bret Pettichord bpettich...@gmail.com wrote: def is_element_subclass? klass while klass = klass.superclass return true if klass == Watir::Element end end

[wtr-general] Re: Elements supported by Watir

2009-10-05 Thread Bret Pettichord
Because Frame is not a subclass of Element. I am curious as to why you find this information helpful. If you want to know the class of an element, you can always do browser.text_field(:id, 'foo').class Bret On Sep 30, 7:06 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: Frame is

[wtr-general] Re: Summary wiki page

2009-10-05 Thread Bret Pettichord
The collection looks useful, but something is confusing about the parentage of the collection. Look at the breadcrumbs on these pages. DashboardWatir ...Project Home Start Here Tutorial Summary Collections of HTML Elements Bret Željko Filipin zeljko.fili...@wa-research.ch wrote:

[wtr-general] Re: Watir cannot connect to IE running under non-Admin account on ‘default’ desktop.

2009-10-05 Thread Bret Pettichord
Is this something you could share? Bret On Sep 28, 7:07 pm, Shane hend...@gmail.com wrote: Ah, well, it wasn't quite a problem of user rights in the end. It turns out that the method that Watir uses to enumerate IE windows (i.e. Shell.Application) does not work across user spaces.  So I had

[wtr-general] Grace counts

2009-10-05 Thread b...@pettichord.com
If you are here asking for people to help you with a problem, please take the time and effort to let others know that appreciate their help and don't take it for granted. Sometimes I see posts that say urgent help needed or help needed asap, and this tone usually puts me in a mindset not to

[wtr-general] Re: Require statements in Watir

2009-10-05 Thread Bret Pettichord
No. don't use caps with require. Use require 'watir' or, sometimes (but usually not needed): require 'watir/ie' On Sep 10, 7:09 pm, Darryl Brown d-l-br...@roadrunner.com wrote: Hello Vijay, Sounds like you're just starting out. If you are using Watir with IE then require 'Watir/IE' will

[wtr-general] Re: Summary wiki page

2009-10-05 Thread Alister Scott
The collection looks useful, but something is confusing about the parentage of the collection. Look at the breadcrumbs on these pages.   Dashboard    Watir  ...Project Home Start Here Tutorial Summary Collections of HTML Elements Agree, not the best location. I think we need to have

[wtr-general] Re: bring_to_front function not working...

2009-10-05 Thread Prince3105
Thsnks Siva, For your instant reply, i registered and other AutoIT methods are working without any error. My actual issue is if my application is in background and if i apply bring_to_front() function it should bring the application to foreground. isn't it? but it wont bring to foreground and