Re: [wtr-general] two buttons Search and Go

2011-01-21 Thread Emmanuel Cecchet
I would guess that you are using :name to locate the button but are using the value instead. That's the only difference I can see between the two! Emmanuel On 1/21/2011 11:16 AM, Aravind wrote: Hi I have two buttons in a page Search and Go. I am able to click Go but not the Search, wiered Go

Re: [wtr-general] Re: Watir virtual appliances?

2011-01-19 Thread Emmanuel Cecchet
You need to do that at large scale to be cost effective (for the provider). Also you are not alone on the machine, multiple VMs are collocated per physical machine. If you want more powerful machines where you are almost sure of having dedicated hardware, prices rise quickly. You can check

Re: [wtr-general] Watir virtual appliances?

2011-01-13 Thread Emmanuel Cecchet
On 1/13/2011 3:51 AM, Željko Filipin wrote: The Windows VM can be made available as Amazon EC2 AMIs for those who are willing to run their VMs in the cloud. Can they be shared? Yes. We can make these AMIs public for anyone to use. Basically the license price is included in the hourly rental

Re: [wtr-general] Watir virtual appliances?

2011-01-12 Thread Emmanuel Cecchet
Hi Željko, I'll make VMs available for Linux. The Windows VM can be made available as Amazon EC2 AMIs for those who are willing to run their VMs in the cloud. Emmanuel On 1/11/2011 10:14 AM, Željko Filipin wrote: On Tue, Jan 11, 2011 at 4:06 PM, Emmanuel Cecchet cecc...@gmail.com

[wtr-general] watir-webdriver with IE and Chrome

2011-01-11 Thread Emmanuel Cecchet
Hi all, I am using watir-webdriver and have a simple script that fills forms and click on buttons. Everything works fine with Firefox (Linux or Windows). 1. I have problems with IE (v8.0.6001.18702) on Windows XP where everything works except clicking buttons. The method does not fail, I

Re: [wtr-general] watir-webdriver with IE and Chrome

2011-01-11 Thread Emmanuel Cecchet
Ok. Done. Thanks On 1/11/2011 9:22 AM, Željko Filipin wrote: Looks like you should report a few bugs: https://github.com/jarib/watir-webdriver/issues Željko -- watir.com http://watir.com - community manager watirpodcast.com http://watirpodcast.com - host testingpodcast.com

[wtr-general] Watir virtual appliances?

2011-01-11 Thread Emmanuel Cecchet
Hi all, Does anyone know if there are virtual machines available (Xen, VMWare, AMI, ...) with Watir and version of browsers that are known to work fine together? If not, is there any plan for the dev team to build such VMs (that could be used for testing) and make them available? I think it

Re: [wtr-general] Re: Timeout when setting a text_field

2011-01-04 Thread Emmanuel Cecchet
No, this is the set() operation that generates a timeout (Watir starts writing in the form but it takes a long time and the operation generates a timeout in the ruby script). I have no timeout on the server side. I forgot to mention that I am using Watir on Webdriver. So this might be a timeout

Re: [wtr-general] Re: Timeout when setting a text_field

2011-01-04 Thread Emmanuel Cecchet
That's one of the things I mentioned, I don't want to type faster, I want to keep a normal typing speed but not timeout. It looks like Webdriver has some timeout settings but I don't know how to access them from Watir. manu On 1/4/2011 4:46 PM, orde wrote: Try 'speed=:fast'. For example:

Re: [wtr-general] Timeout when setting a text_field

2011-01-04 Thread Emmanuel Cecchet
Hi all, I was finally able to catch the stack trace of the timeout (see below). Even when the error occurs, the operation continues and the keystrokes are still sent to the browser. I am not sure how to override the read timeout in protocol.rb, any suggestion? Timeout::Error: execution

Re: [wtr-general] Timeout when setting a text_field

2011-01-04 Thread Emmanuel Cecchet
Excellent, this is just what I was looking for. Thanks again for the help manu On 1/4/2011 6:03 PM, Jari Bakken wrote: This is documented on the WebDriver wiki: http://code.google.com/p/selenium/wiki/RubyBindings Basically, you want to do something like this: client =