mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
bfa3d5af34
According to the documentation of Selenium, WebDriverWait class has no timeout parameter and using the code fails. http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/support/ui/FluentWait.html#until%28com.google.common.base.Predicate%29