Using XVFB with Selenium

The following section of this book requires work in Linux as the requirements are only available on this platform. When Selenium is running on your machine, you will see that it always runs on your screen. If you want to push the running of your tests to the background, you need to use XVFB (X11 Virtual Frame Buffer).

This allows us to run tests with a browser without it trying to steal focus from you. FirefoxDriver, for example, forces the browser to the foreground to help native events.

Setting up XVFB server

We will have to make sure that we have XVFB running on our machine. This should be fairly easy to get it right. Refer to the following steps to set up an XVFB server:

  1. Open a terminal.
  2. In the terminal, run the following ...

Get Learning Selenium Testing Tools - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.