updated README

This commit is contained in:
Corey Goldberg 2012-11-18 12:22:11 -05:00
parent 4c187789c6
commit 544db32e23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf
if __name__ == '__main__':
unittest.main(verbosity=2)
This code uses `selenium` and `xvfbwrapper` to run a test with Firefox inside a Headless display.
This code uses `selenium` and `xvfbwrapper` to run a test with Firefox inside a headless display.
* install selenium bindings: `pip install selenium`
* Firefox will launch inside virtual display (headless)