
Our Jenkins build updated Selenium library automatically to version 2.46.1 and that caused all tests to fail. So far looks like the issue is with Wait Until ... -keywords.
Wait Until Page Contains Element id_password: AttributeError: 'NoneType' object has no attribute 'id'
Reproduced this with Linux and OSX with the Selenium==2.46.1 and Selenium2Library==1.7.1 (and RF 2.9 RC1).