[wtr-general] Re: Problem with image html tag

2013-09-25 Thread Luis Espla
It returns this error message: C:/ruby/lib/ruby/gems/1.9.1/gems/selenium-webdriver-2.35.1/lib/selenium/webdriver/remote/response.rb:51:in `assert_ok': The point at which the driver is attempting to click on the element was not scrolled into the viewport.

[wtr-general] Re: Problem with image html tag

2013-09-25 Thread Dan
So, after you fire the mouseover what element is displayed? Usually you fire an event and some other element is then displayed and then you click on that. Your code seems to indicate that you're firing a mouseover and then clicking on the same element? On Wednesday, September 25, 2013

Re: [wtr-general] Re: Problem with image html tag

2013-09-25 Thread Luis Espla
THe element is the same that before I fired mouseover. I fix it with: @browser.div(:id = cab).image(:title = Close session).fire_event onmouseover @browser.div(:id = cab).image(:title = Close session).fire_event onclick Sincerely Regards On 25 September 2013 19:02, Dan dfra...@gmail.com wrote: