Re: [wtr-general] Watirwebdriver - Click on drop down value is not visible until I scroll down the list

2014-01-23 Thread John Fitisoff
The hover event? Also you could try using send_keys, which I think lets you simulate a down arrow keypress (:arrow_down). But maybe someone else has a better idea On Thursday, January 23, 2014 7:05 AM, watir webdriver wrote: Hi, I'm using watir-webdriver to automate our functional testi

[wtr-general] Watirwebdriver - Click on drop down value is not visible until I scroll down the list

2014-01-23 Thread watir webdriver
Hi, I'm using watir-webdriver to automate our functional testing with an application. In the process we need to click on a drop down and select a value from the drop down. The problem i'm facing is that i'm able to click on the elements that are visible in the drop-down however, when i tried