The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Selenium and Mouse Events

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page


Posts: 201
Nickname: cfis
Registered: Mar, 2006

Charlie Savage
Selenium and Mouse Events Posted: Aug 15, 2006 12:25 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by .
Original Post: Selenium and Mouse Events
Feed Title: cfis
Feed URL: http://cfis.savagexi.com/articles.rss
Feed Description: Charlie's Blog
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by
Latest Posts From cfis

Advertisement

For MapBuzz browser testing, we need to control the x and y locations of the mouse cursor. Selenium didn't support this functionality, so I coded it up one evening and submitted a patch.

Nelson Sproul took the patch, refactored it a bit, and included it in the recent 0.7.1 Selenium release. Note that there is a major limitation when using it with Internet Explorer. IE does not bubble script generated events. Thus, if you send a mouseclick event to an element, it will receive it, but will not bubble it up to its parent in the DOM tree.

Read: Selenium and Mouse Events

Topic: Se acabó la luna de miel con Ruby + Rails: ¡El software tiene problemas de seguridad! Previous Topic   Next Topic Topic: A Ruby Artist's Art

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use