等待匹配 CSS 选择器的元素出现。
(selector: string, options?: WaitForOptions)
| 1264 | |
| 1265 | /** 等待匹配 CSS 选择器的元素出现。 */ |
| 1266 | waitFor(selector: string, options?: WaitForOptions): Promise<WaitForResult>; |
| 1267 | |
| 1268 | /** 在页面上下文中执行 JavaScript 代码。 */ |
| 1269 | executeScript(code: string, options?: ExecuteScriptOptions): Promise<unknown>; |
no outgoing calls