Element Selectors
Chrome extension to find element selectors
Vad är Element Selectors?
Element Selectors är en Chrome-tillägg utvecklad av genaidevguru, och dess huvudfunktion är "Chrome extension to find element selectors".
Tilläggsskärmbilder
Ladda ner Element Selectors-förlängningens CRX-fil
Ladda ner Element Selectors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Xpath and CSS plugin to auto generate shortest xpath, css & Playwright Locators Element Selectors plugin can also be used to auto generate the unique shortest xpath, shortest css and Playwright selectors. Steps to generate xpath, css and playwright locator 1. Once installed, please restart your browser 2. Open the page you can want to get css selector 3. Open Devtools by clicking on the inspect window or F12 (Function F12) 4. Open the Element Selectors sidebar panel located in the devtools 5. Inspect the desired element to get the css locator Features- a) Playwright Locator b) Short and Long CSS c) Short and Long Xpath If you are facing any issue or want to give a feedback, feel free to reach out to me at [email protected]
Grundläggande Information om Tillägg
Namn | Element Selectors |
ID | fjgebdmbjiahfjcjaemkmifpdjaldfcc |
Officiell webbadress | https://chromewebstore.google.com/detail/element-selectors/fjgebdmbjiahfjcjaemkmifpdjaldfcc |
Beskrivning | Chrome extension to find element selectors |
Filstorlek | 318 KB |
Antal Installationer | 60 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2023-10-03 |
Publiceringsdatum | 2023-10-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | genaidevguru |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/gurvinder-dhillon/element-selectors-chrome-extension |
Hjälpsida URL | https://github.com/gurvinder-dhillon/element-selectors-chrome-extension/issues |
URL till Sekretesspolicy Sidan | https://github.com/gurvinder-dhillon/element-selectors-chrome-extension/blob/main/privacy.md |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Element Selectors", "description": "Chrome extension to find element selectors", "version": "0.0.1", "author": "Gurvinder Dhillon", "devtools_page": "devtools\/devtools.html", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |