SelectorsHub
xPath plugin to auto generate, write and verify xpath & cssSelector.
SelectorsHub란 무엇입니까?
SelectorsHub은(는) https://selectorshub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "xPath plugin to auto generate, write and verify xpath & cssSelector."입니다.
확장 프로그램 스크린샷
SelectorsHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SelectorsHub is a xpath plugin and cssSelector plugin. It can be used as smart editor to write and verify xpath, cssSelector, Playwright selectors, jQuery and JS Path. SelectorsHub can also be used to auto generate the unique #xpath, css Selector and all possible selectors. Very simple steps to use SelectorsHub xpath plugin- 1. After adding it to browser, restart the browser. 2. Pin the SelectorsHub Logo to tool bar. Now just click on SelectorsHub logo and it will open SelectorsHub tab. That’s all you are all set to use it. 4. Here it will show all possible xpath, selectors for inspected element. 5. To build your own xpath or CSS Selector, start typing in the selector input box. To learn more about SelectorsHub, please checkout product page- https://www.selectorshub.com/selectorshub/ Watch this tutorial to make the best use it. https://www.youtube.com/watch?v=XrozsjJa_9I Features- a) Opens in one click as well as through keyboard shortcut. For Windows - ctrl+shift+s For Mac- cmd+shift+s b) It auto generates - 1) Axes Based XPath, relative xpath, index based xpath & absolute xpath. 2) Unique relative cssSelector 3) All possible selectors for inspected element 4) JS Path and jQuery. It supports 1) xpath and cssSelector error handling 2) Shadow dom and nested shadow dom 3) iframe and nested iframe 4) svg elements 5) Dynamic elements, 6) Verify multiple xpaths and complete locators page. 7) It suggest what exception automation will give for the respective element. If you are facing any issue or want to give a feedback, feel free to reach out to me at [email protected]
확장 프로그램 기본 정보
이름 | SelectorsHub |
ID | ndgimibanhlabgdgjcpbbndiehljcpfh |
공식 URL | https://chromewebstore.google.com/detail/selectorshub/ndgimibanhlabgdgjcpbbndiehljcpfh |
설명 | xPath plugin to auto generate, write and verify xpath & cssSelector. |
파일 크기 | 556 KB |
설치 횟수 | 274,501 |
현재 버전 | 5.2.6 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2020-07-18 |
평점 | 4.88/5 총 1357 개의 평점 |
개발자 | https://selectorshub.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://selectorshub.com/ |
도움말 페이지 URL | https://join.slack.com/t/selectorshub/shared_invite/zt-fho3ep1h-mkjFOdKqmtYWwNVyV8tLSg |
개인정보 보호 정책 페이지 URL | https://www.selectorshub.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SelectorsHub", "description": "__MSG_extDescription__", "author": "Sanjay Kumar", "homepage_url": "https:\/\/www.selectorshub.com\/", "default_locale": "en", "version": "5.2.6", "devtools_page": "devtools-panel\/devtools.html", "icons": { "128": "logo-128.png", "48": "logo-48.png", "96": "logo-96.png" }, "action": { "default_title": "__MSG_extDefaultTitle__", "default_popup": "extension\/popup.html" }, "background": { "service_worker": "extension\/background.js" }, "side_panel": { "default_path": "side-panel\/side-shub-panel.html" }, "permissions": [ "tabs", "notifications", "storage", "contextMenus", "clipboardWrite", "cookies", "sidePanel" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Open Side Panel" } }, "host_permissions": [ " |