Cypress Object Finder

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

Wat is Cypress Object Finder?

Cypress Object Finder is een Chrome-extensie ontwikkeld door monirul.sk, en de belangrijkste functie is "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cypress Object Finder

Download Cypress Object Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Cypress Object Finder - helps to build cypress test building                    

Basisinformatie over de Extensie

Naam Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Officiële URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Beschrijving Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Bestandsgrootte 41.2 KB
Aantal Installaties 36
Huidige Versie 1.2
Laatst Bijgewerkt 2022-09-21
Publicatiedatum 2022-09-21
Ontwikkelaar monirul.sk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}