Click Issues with Claude in Chrome and Their Solutions
Explore click issues with Claude in Chrome, their two main causes, and solutions to improve automation reliability.
If you are using Claude in Chrome (Chrome MCP) for browser automation, you may encounter click issues. Clicks might land next to the target, or you may experience pointer drift due to changing page dimensions. There are two main causes for these problems: the late settling of window width and the slow firing of double-clicks, which can be interpreted as two single clicks.
To resolve these issues, it is recommended to use element references instead of coordinates, as this method is more reliable against layout shifts. If you must use coordinates, ensure to wait for the size to settle and employ a rapid double-click technique to improve click accuracy.