- Remove ``window.gocept_selenium_abort_all_xhr`` again, this solution is incomplete, since we can only inject this during ``open()`` -- when the browser then navigates to a different page, the injection is lost.
2.1.6
------------------
- Inject JS function ``window.gocept_selenium_abort_all_xhr`` during ``open()``, which is useful to call during test teardown to avoid spurious XHR requests to still be performed after the actual test has already ended. (Implemented in Webdriver only, but could be backported to RC if needed).
2.1.5
------------------
- Webdriver: Only create a firefox profile when the selected browser is firefox (11763).
2.1.4
------------------
- Restore Python 2.6 compatibility of tests accidently broken in release 2.1.3.
- Adjust `isElementPresent` of WebDriver to work with PhantomJS, since it may raise a general WebDriverException if the element was not found.
2.1.3
------------------
- Webdriver: No longer screenshotting while waiting for the condition to become true when using a ``waitFor*`` method.
2.1.2
------------------
- Remove seleniumrc variable from Layer on teardown for symmetry.
- Fix `isVisible` of WebDriver, so it also returns False if a parent element is hidden.