I'd like to wait until DOM is stable and the page is contructed until I try to execute Selenium WebDriver click() method.
Since Selenium 2 there doesn't seem to exist stock wait_for() method anymore. What's the best practice for "wait 15 seconds or until the element is clickable" style behavior with Selenium and Python 2?