Posts Tagged ‘firefox’

Oh Happy Day

Friday, January 20th, 2012

Finally figured out all my Selenium issues. Well, not all of them, in that I still don’t get the Grid system, but I at least know enough about it to know I don’t need it, so that problem is solved in its own way too.

As of now, I’ve got three remote drones, one for IE, one for Firefox, and one for Chrome. I can execute JUnit tests against all three targets, for the webservice running elsewhere.

Finally, I can start thinking about what I actually want to test, without worrying about if I can make it happen.

Firefox/Google searchbox bug

Thursday, March 5th, 2009

open firefox on a machine with two monitors.

place the firefox window so that most of the window is on monitor 1, but the search box is on monitor 2.

start entering search terms.

when the auto-suggest feature kicks in, it’s displaying it’s dropdown on monitor 1, far away from the actual text-field on monitor 2.

Is it google, or firefox?