Currently my py.test + splinter + pytest-splinter tests load a Firefox welcome screen when browser instance is created:
How one can get rid of this and have about:blank
as a starting page as this screen is wasting some time and bandwidth on each test run?