What happened? I have noticed that on my Python-based Seleniums runs, when using a WebDriverWait to check (let's say by CSS selector) for a non existing element in the DOM, the call never takes less ...
Originally reported on Google Code with ID 7725 What steps will reproduce the problem? 1. create a WebDriverWait instance ignoring some additional exceptions (for example ...