Re: [wtr-general] Parallel testing

2012-11-22 Thread Željko Filipin
On Thu, Nov 22, 2012 at 7:44 AM, Ry crossan...@gmail.com wrote: We recently presented watir-webdriver and another group presented selenium-webdriver and the final decision is being based on if watir can work in parallel like selenium grid. I shared information from your first replay and I was

Re: [wtr-general] Can you create an array from the values in a select list?

2012-11-22 Thread Jarmo Pertman
You can also do it like this: b.select_list(:id, 'blah').options.map(:value) Jarmo Pertman - IT does really matter - http://itreallymatters.net On Thursday, November 22, 2012 6:32:24 AM UTC+2, Oscar.Rieken wrote: I have a few questions. Why would you want to collect the values to make

[wtr-general] Forcing caps lock on using watir-webdriver

2012-11-22 Thread Danno
Hi All, I wondered if anyone could help me? I'm writing a script to test the functions on a login page for a website. One of the checks I need to make is that a warning is displayed when a user starts to enter a password with caps lock set to on. Is there any way of forcing the caps lock key

Re: [wtr-general] Forcing caps lock on using watir-webdriver

2012-11-22 Thread Željko Filipin
On Thu, Nov 22, 2012 at 12:01 PM, Danno daniel_berw...@hotmail.com wrote: One of the checks I need to make is that a warning is displayed when a user starts to enter a password with caps lock set to on. Interesting. I thought this page would help: http://watirwebdriver.com/sending-special-keys/

Re: [wtr-general] Forcing caps lock on using watir-webdriver

2012-11-22 Thread Danno
Hi Željko Thank you for the suggestion. I'll take a look into it, at least it looks like a good start. I can't find caps lock key in that list or how to check the current state of it so I fear it may not be currently possible. If it's not directly possible maybe I can perform a trick or two

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

2012-11-22 Thread Andrei Marfievici
Hi, I'm using watir-webdriver 0.6.1 and file_field still doesn't work on Chrome. Is this issue fixed or any ideas how to overcome this without having to use win api? Thanks, Andrei On Tuesday, January 11, 2011 4:19:51 PM UTC+2, Emmanuel Cecchet wrote: Hi all, I am using watir-webdriver

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

2012-11-22 Thread Željko Filipin
On Thu, Nov 22, 2012 at 2:03 PM, Andrei Marfievici andrei.marfiev...@gmail.com wrote: Selenium::WebDriver::Error::UnknownError: Element is not clickable at point (0, 0) I have encountered the error a few months ago: https://gist.github.com/2895237 I do not remember if I solved it or not. I

[wtr-general] Re: Homebrewer’s Guide to Watir 0.8.0

2012-11-22 Thread Željko Filipin
The book now has a web site too! http://zeljkofilipin.github.com/watirbook/ Not a nice web site, but it is a start. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com