click
Click an element identified by CSS selector or text, with optional scroll and timeout. Raises an exception if the element isn't found within the timeout.
Instructions
Click an element matched by a CSS selector (or by text, e.g.
'a:contains("Sign in")').
If no timeout given (0 or None), then SeleniumBase uses 7 seconds.
Raises an exception if the element isn't found within the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scroll | No | ||
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |