On Jun 14, 2012, at 12:11 PM, Joshua Muheim wrote:

> Hey guys
> 
> After hours of hard work I finally managed to set up my development
> environment to run cucumber scenarios using autotest and selenium.
> 
> What's a bit bugging is the fact that Firefox always jumps to the
> foreground when Autotest does its job. How can I keep Firefox in the
> background so that I can continue with my work without being
> interrupted?
> 
> Thanks!
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users

That is how selenium works - it needs to fire up a browser (firefox).

Take a look at the capybara-webkit gem.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to