There are three kinds of timeout functions for Java in Wedriver.Timeouts:
- implcitlyWait
- pageLoadTimeout
- setScriptTimeout
I'm trying to look up the python equivalent of the third, but am not able to find it. The following are the python equivalents of the first two.
- implicitly_wait(10)
- set_page_load_timeout(20)