Click clicks on the element.
()
| 372 | type WebElement interface { |
| 373 | // Click clicks on the element. |
| 374 | Click() error |
| 375 | // SendKeys types into the element. |
| 376 | SendKeys(keys string) error |
| 377 | // Submit submits the button. |
nothing calls this directly
no outgoing calls
no test coverage detected