(selector: string, options?: ClickOptions)
| 34 | interface PuppeteerUtils { |
| 35 | page: () => Page |
| 36 | click(selector: string, options?: ClickOptions): Promise<void> |
| 37 | count(selector: string): Promise<number> |
| 38 | text(selector: string): Promise<string | null> |
| 39 | value(selector: string): Promise<string> |
no outgoing calls