Cypress Object Finder

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

O que é Cypress Object Finder?

Cypress Object Finder é uma extensão do Chrome desenvolvida por monirul.sk, e sua principal característica é "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cypress Object Finder

Baixe arquivos de extensão Cypress Object Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Cypress Object Finder - helps to build cypress test building                    

Informações Básicas da Extensão

Nome Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
URL Oficial https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Descrição Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Tamanho do Arquivo 41.2 KB
Contagem de Instalações 36
Versão Atual 1.2
Última Atualização 2022-09-21
Data de Publicação 2022-09-21
Desenvolvedor monirul.sk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}