Click Element
gv_click_elementClick webpage elements by visible text or CSS selector, with human-like behavior options to bypass anti-bot measures on Google SSO and similar sites.
Instructions
Click an element on the current page by visible text or CSS selector.
Text matching is case-insensitive and substring-based (preferred). If no text matches, the target is tried as a CSS selector. After clicking, waits for the page to settle and returns a preview of the new page.
Args:
target: Visible text of the element (preferred) OR a CSS selector.
timeout_ms: Max wait time in ms (default 10000).
humanize: When true, hover briefly before clicking + jitter the click
point. Defaults to the account's humanize_clicks setting (off
if unset). Recommended for anti-bot-sensitive sites.
delay_after_ms: Pause for a randomized ~this many ms after the click
(0.7×–1.3× spread). 0 = no delay.
DECISION GUIDE — when to set humanize=true: • Google / SSO login buttons ("Next", "Sign in") → ALWAYS • Captcha-protected pages (reCAPTCHA, Cloudflare) → ALWAYS • Form submit buttons on banking / payments → ALWAYS • Search buttons, nav links on trusted sites → optional (can skip) • One-time quick clicks in a familiar dashboard → can skip
Note: If the account's humanize_policy is "always", humanize is
forced on regardless of what you pass here.
Returns the clicked target, whether humanize was applied, and a page preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| humanize | No | ||
| timeout_ms | No | ||
| delay_after_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |