点击匹配 CSS 选择器的元素。
(selector: string, options?: DomActionOptions)
| 1255 | |
| 1256 | /** 点击匹配 CSS 选择器的元素。 */ |
| 1257 | click(selector: string, options?: DomActionOptions): Promise<ActionResult>; |
| 1258 | |
| 1259 | /** 向匹配 CSS 选择器的输入框/文本域填入指定值。 */ |
| 1260 | fill(selector: string, value: string, options?: DomActionOptions): Promise<ActionResult>; |
no outgoing calls