Cypress Object Finder

Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects

Cos'è Cypress Object Finder?

Cypress Object Finder è un'estensione di Chrome sviluppata da monirul.sk, e la sua funzione principale è "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cypress Object Finder

Scarica i file di estensione Cypress Object Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Cypress Object Finder - helps to build cypress test building                    

Informazioni di Base sull'Estensione

Nome Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
URL Ufficiale https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Descrizione Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Dimensione del File 41.2 KB
Conteggio Installazioni 36
Versione Corrente 1.2
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2022-09-21
Sviluppatore monirul.sk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}