i know
remDr$setTimeout(type="page load", mixxxx = 10000)
- how to set timeout just like scripts in python :
show me a case please, thx
WebDriverWait(driver, 超时时长, 调用频率, 忽略异常).until(可执行方法, 超时时返回的信息)
- by the way, setTimeout ("page load",10000) give a max permitted time to finish loading page. if loading time costs more than permitted, it will navigate a new url, my question is that if loading time over permitted, whether or not scripts finding elements in this incompleted page going to run ?