View Categories

Element Picker Not Responding

3 min read

The picker activates but nothing happens when you click #

When you activate Loupely Lens from the toolbar and click an element on the page, something should happen immediately: the popup should update to show that a capture is in progress. If clicking produces no visible response, these are the most likely causes.

The extension needs a page refresh to activate on this tab #

Chrome extensions that use content scripts sometimes don’t automatically inject their content script into tabs that were open before the extension was installed or updated. If Lens was just installed or just updated, and you’re clicking on a page that was already open in that tab, the content script may not be present yet.

Fix: reload the page (Cmd+R or Ctrl+R), then activate Lens again and try clicking.

The extension icon is pinned but Lens isn’t actually active #

Clicking the Lens icon in the toolbar activates the element picker for the current tab. If you clicked the icon but navigated to a different page before clicking an element, the picker is no longer active for the new page. It only stays active for the specific tab and page it was activated on.

Fix: click the Lens icon again on the current page to activate the picker, then click the element.

The element is inside an iframe from a different domain #

Browser security restrictions prevent extensions from accessing the contents of cross-origin iframes. If the element you’re trying to click is inside an embedded widget from a different domain (a payment form hosted by your payment provider, an embedded map, a third-party chat widget), the picker won’t be able to capture it. Clicking the element will appear to do nothing.

This is a browser-level restriction, not a Lens limitation. No extension can read inside cross-origin iframes. See What Lens Can and Can’t Diagnose for the full list of what falls outside Lens’s range.

A pointer-events overlay is blocking the click #

Some pages have transparent or invisible elements sitting on top of visible content, capturing clicks before they reach the element below. Fix: try clicking in a slightly different location on the element. If the same invisible overlay is causing the visual problem you’re trying to diagnose, describe the symptom to support@loupelylens.com and we can advise.

Chrome needs to be restarted #

In rare cases, a Chrome update or a crash recovery can leave an extension’s content script in a broken state that prevents it from responding to clicks. If none of the above fixes work and Lens isn’t responding on multiple different pages, a full Chrome restart (quit Chrome entirely and reopen it, not just close the tab) usually resolves this.

If the problem persists #

Try disabling and re-enabling the Loupely Lens extension from Chrome’s extensions manager (chrome://extensions), then reload the page. If that doesn’t resolve it, uninstalling and reinstalling the extension will give you a fresh content script installation. Your account is tied to your Loupely account, not to the extension installation, so reinstalling won’t affect your plan status.