Pick an element, get its selector
openpicker opens a page, lets you point at any element, and hands a stable CSS selector
back to the calling app — this page is a live caller of
@openpicker/sdk.
Checking for the extension…
Install the extension first
The demo needs the openpicker browser extension. It isn't on the Chrome Web Store yet — load it unpacked from the repo:
- Clone the repo and run
pnpm i && pnpm --filter @openpicker/extension build. - Open
chrome://extensions→ enable Developer mode. - Load unpacked → pick
packages/extension/.output/chrome-mv3.
Try it
Enter a URL. openpicker opens it in a new tab, you click an element there, and the selector comes back here.