Cypress Object Finder

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

What is Cypress Object Finder?

Cypress Object Finder is a Chrome extension developed by monirul.sk, and its main feature is "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cypress Object Finder Extension CRX File

Download Cypress Object Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cypress Object Finder - helps to build cypress test building                    

Extension Basic Information

Name Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Official URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Description Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
File Size 41.2 KB
Installation Count 36
Current Version 1.2
Last Updated 2022-09-21
Publish Date 2022-09-21
Developer monirul.sk
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}