Java's FluentWait in Python
问题 In java selenium-webdriver package, there is a FluentWait class: Each FluentWait instance defines the maximum amount of time to wait for a condition, as well as the frequency with which to check the condition. Furthermore, the user may configure the wait to ignore specific types of exceptions whilst waiting, such as NoSuchElementExceptions when searching for an element on the page. In other words, it is something more than implicit and explicit wait, gives you more control for waiting for an