Cypress Object Finder

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

Cypress Object Finderとは何ですか?

Cypress Object Finderはmonirul.skによって開発されたChromeの拡張機能で、その主な機能は「Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Cypress Object Finder拡張機能のCRXファイルをダウンロード

Cypress Object Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cypress Object Finder - helps to build cypress test building                    

拡張機能の基本情報

名前 Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
公式URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
説明 Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
ファイルサイズ 41.2 KB
インストール数 36
現在のバージョン 1.2
最終更新日 2022-09-21
公開日 2022-09-21
開発者 monirul.sk
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}