Cypress Object Finder
Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Vad är Cypress Object Finder?
Cypress Object Finder är en Chrome-tillägg utvecklad av monirul.sk, och dess huvudfunktion är "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".
Tilläggsskärmbilder
Ladda ner Cypress Object Finder-förlängningens CRX-fil
Ladda ner Cypress Object Finder-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
Cypress Object Finder - helps to build cypress test building
Grundläggande Information om Tillägg
Namn | Cypress Object Finder |
ID | mlbenhbephfijefckjjecmkigbgncohc |
Officiell webbadress | https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc |
Beskrivning | Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects |
Filstorlek | 41.2 KB |
Antal Installationer | 36 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-09-21 |
Publiceringsdatum | 2022-09-21 |
Utvecklare | monirul.sk |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cypress Object Finder", "version": "1.2", "manifest_version": 3, "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects", "action": { "default_icon": "cof.png", "default_title": "Cypress Object Finder", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |