Re: [wtr-general] Problems selecting an item in a list

2013-05-03 Thread Marc Westwood
Yep tried that, it is now finding the item in the list. I can see the item in the list change to yellow when it clicks but nothing is happening after that, it is almost like the click is not actually selecting the item. I've tried .click and .fire_event(onclick) and .fire_event(onmousedown)

Re: [wtr-general] Problems selecting an item in a list

2013-05-03 Thread Željko Filipin
On Fri, May 3, 2013 at 10:07 AM, Marc Westwood marcawestw...@gmail.comwrote: I've tried .click and .fire_event(onclick) and .fire_event(onmousedown) none of these are working. This could help: http://stackoverflow.com/questions/3787555/how-to-find-out-which-javascript-events-fired Željko

[wtr-general] chromedriver and watir-webdriver launch error

2013-05-03 Thread Anne
I'm installing ruby/watir/watir-webdriver on a new machine with the hopes of updating my existing automation to run on ie, ff, chrome, and opera. I have ie and ff working and am struggling with getting chrome working. I downloaded chromedriver and put it in the ruby/bin directory. When I try

[wtr-general] Re: Problems selecting an item in a list

2013-05-03 Thread Super Kevy
Did this work? browser.div(:class, selectable_list).li(:id, _item_2).click Against this code sample lia id=_item_1 window=[object] . Text = DEF - 100 DEF I think you confirmed to zeljko browser.link(:text,DEF - 100 DEF).click worked Your sample code fragment is somewhat inadequate to

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Super Kevy
Are there 2 colons in the browser call browser = Watir::Browser.new(:chrome, :switches = %w[--start- maximized] ) Do you see in the log stream? Started ChromeDriver port=28999 version=22.0.1203.0b On May 3, 11:59 am, Anne annemordk...@gmail.com wrote: I'm installing

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Anne
There are 2 colons -- browser = Watir::Browser.new :chrome I never get Started ChromeDriver, only the launcherror message. On Friday, May 3, 2013 1:06:58 PM UTC-4, Super Kevy wrote: Are there 2 colons in the browser call browser = Watir::Browser.new(:chrome, :switches = %w[--start-

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Super Kevy
OK. I see you had that Maybe try downgrading the chrome driver to chromedriver_win_26.0.1383.0.zip On May 3, 12:06 pm, Super Kevy kpe...@scholarshipamerica.org wrote: Are there 2 colons in the browser call browser  = Watir::Browser.new(:chrome, :switches = %w[--start- maximized] ) Do

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Anne
that's the one I have installed. also tried it with chromedriver2_win32_0.8.zip http://code.google.com/p/chromedriver/downloads/detail?name=chromedriver2_win32_0.8.zipcan=2q= but had the same problem On Friday, May 3, 2013 1:39:39 PM UTC-4, Super Kevy wrote: OK. I see you had that Maybe

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Super Kevy
Dah I see you did that too. Try gem cleanup Followed by gem update Do you have the Ruby Dev Kit installed? On May 3, 12:39 pm, Super Kevy kpe...@scholarshipamerica.org wrote: OK.   I see you had that Maybe try downgrading the chrome driver to chromedriver_win_26.0.1383.0.zip On May 3,

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Anne
gem cleanup update didn't seem to help -- still getting the same error yes, dev kit is installed On Friday, May 3, 2013 1:51:00 PM UTC-4, Super Kevy wrote: Dah I see you did that too. Try gem cleanup Followed by gem update Do you have the Ruby Dev Kit installed? On May 3, 12:39

[wtr-general] Re: chromedriver and watir-webdriver launch error

2013-05-03 Thread Super Kevy
Well I'm at a loss. So I did a fresh install with the following steps My OS is winxp 32 bit Removed old the version completely Install to c:\ruby200 (with installer Ruby 2.0.0-p0) Install devkit to c:\RubyDevKit (DevKit-tdm-32-4.5.2-20111229-1559- sfx.exe) update env path for c:\ruby200/bin