问题标签 [setscripttimeout]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1 问题
0
投票
1
回答
2927
浏览
python - Selenium .set_script_timeout(n) 有什么作用,它与 driver.set_page_load_timeout(n) 有何不同?
在 python selenium 的上下文中,我不太了解driver.set_page_load_timeout(n)
VS的确切区别。driver.set_script_timeout(n)
. 两者似乎都可以互换使用来设置超时以通过 加载 URL driver.get(URL)
,但有时也可以一起使用。
方案 1:
方案 2:
这两种情况有何不同?哪些情况会在一种情况下触发超时,而在另一种情况下不会?