java - How do I prevent Selenium RC from stealing window focus while my tests are running? -
i know i'm in small minority, have use machine @ same time tests running. thing gets in way browser window stealing focus when run test cases using selenium rc. prevents me running tests more once day, @ end of day right before log out. tried selenium grid, can't listen requests on localhost, not 0.0.0.0 (a requirement network admin).
i've dug through selenium documentation, , tons of selenium sites, haven't been able find definitive answer. can prevent selenium rc tests stealing windows focus while test running?
i'm using firefox 3.6.13.
on linux, can start vncserver on different display (say, :8 or something) , have selenium , firefox instances use display. works work.
Comments
Post a Comment