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”。
扩展截图
下载Cypress Object Finder扩展crx文件
下载Cypress Object Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cypress Object Finder - helps to build cypress test building
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } |