Namespace: webdriver.untilView Sourceclass Condition<OUT>finalstructDefines a condition to new Condition(message, fn)ParametersmessagestringA descriptive error message. Should complete the sentence "Waiting [...]" fnfunction(webdriver.WebDriver): OUTThe condition function to evaluate on each iteration of the wait loop. Instance Methodsdescription()code »ReturnsstringA description of this condition. fn(arg0)code »Parametersarg0webdriver.WebDriverReturnsOUT