The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
568 views

Issue with losing focus of “hover” command when the mouse is outside of the active window

If I automate mouse actions using Selenium2/Webdriver in combination with Firefox 12, I can easily get the "mouse" to move to and hover over a context menu so the sub-menus are seen. However, if I ...
0
votes
0answers
78 views

Curious behaviour of Firefox when using a proxy for local IP Addresses

I'm currently debugging a rails application and sahi. Previously working without a problem: I would have a proxy running on: 10.2.33.44:9999 (sahi proxy) rails server (host) is also running on ...