设置超时
设置超时 命令 of the WebDriver API sets the timeouts associated with the current session. The session timeout durations control such behavior as timeouts on script injection, document navigation, and element retrieval.
语法
方法 | URI 模板 |
---|---|
POST |
/session/{session id}/timeouts |
URL 参数
session id
-
会话标识符。
有效载荷
错误
- 无效的会话 ID
-
会话不存在。
规范
规范 |
---|
WebDriver # set-timeouts |
浏览器兼容性
BCD 表格仅在浏览器中加载
另请参阅
Timeouts
object- WebDriver 命令列表