Set Timeouts - WebDriver 编辑
The Set Timeouts command of the WebDriver API sets the timeouts associated with the current session. The session timeout durations control such behaviour as timeouts on script injection, document navigation, and element retrieval.
Syntax
Method | URI template |
---|---|
POST | /session/{session id}/timeouts |
URL parameters
session id
- Identifier of the session.
Payload
The input is a Timeouts
object:
implicit
- Time in milliseconds to retry the element location strategy when finding an element. This defaults to 0, meaning the strategy is run only once.
pageLoad
- Time in milliseconds to wait for the document to finish loading. By default, WebDriver will wait five minutes (or 300,000 ms).
script
- Scripts injected with Execute Script or Execute Async Script will run until they hit the script timeout duration, which is also given in milliseconds. The scripts will then be interrupted and a script timeout error will be returned. Defaults to 30 seconds (or 30,000 ms).
Errors
- Invalid session ID
- Session does not exist.
Specifications
Specification | Status | Comment |
---|---|---|
WebDriver The definition of 'Set Timeouts' in that specification. | Living Standard | Initial definition |
Browser compatibility
BCD tables only load in the browser
See also
Timeouts
object- Set Timeouts command
- List of WebDriver commands
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论