SelectorGadget
Easy, powerful CSS Selector generation.
Dev Tools sidebar that aids finding unique CSS selectors for Selenium WebDriver tests.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
CSS Selector Helper makes finding the right CSS selector on a web page much quicker and easier than digging through the HTML. Unlike other tools meant to help you locate CSS selectors, this extension allows you to choose the selectors manually, so that they can match up better with the structure of the page as it was designed.
Inspect the latest comments and rating distribution.
Store average score: 3.8. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Easy, powerful CSS Selector generation.
Generate a copiable CSS Selector with a mouseover without Devtool
A helper tool for to confirm CSS and XPath selector.
Quick, Easy, powerful CSS Selector generation.
Highlight the elements matching a given CSS selector.
Locators Plugin to Auto Generate and Verify Playwright Locators, XPath & CSS Selectors.
I'm so glad this is back again.
按照视频演示的根本在最新的浏览器上不显示相关的功能
Best thing ever, I always felt something like this should be built into dev tools by default.
This might be the most useful extension I've ever used. Not only does it help you figure out just what selectors you need to accomplish a task but it also allows you to easily condense the selector to avoid unnecessarily long or complex selectors.
I think this extension has been discontinued, yes? I've added it to my browser but it doesn't seem to be active - can't change settngs, doesn't show up in developer tools as is supposed to in extension description... Why isn't this removed from Chrome store?
Thanks, but sometimes it does not work. For example, on http://www.gardtd.ru/ button "Selector to clipboard" not works.
Better extension for find selectors!
Defeats the purpose when I have to select the entire path - makes me need to go through the HTML anyway. Does not save time just takes more.
As someone still learning CSS, this proved very helpful. Thank you!
Works pretty well for getting selectors for automated testing! One request would be a way to get selectors that look at the text - e.g. the linkText or innerText or outerText for the element. Sometimes they make links without IDs and the URLs can change so using the href is brittle. The link text however remains pretty static, but you need to make sure you can get a unique selector when the page has several sections with similar links.