Sencha Component Locator

Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.

什麼是Sencha Component Locator?

Sencha Component Locator是由Daniel Gallo開發的Chrome擴展程式,該擴展的主要功能是“Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.”。

擴展截圖

screenshot
screenshot
screenshot

下載Sencha Component Locator擴展crx文件

下載Sencha Component Locator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them. 

Simply inspect elements on the page, and Sencha Component Locator will try and find the associated Ext JS Component and suggest a variety of different locators. These will be shown in a "Sencha Component Locator" tab. 

This extension is useful if you're writing end-to-end tests with Sencha Test, as it provides you with a variety of locators for the Component that's associated with a given element, and suggests example usage of the captured locators within the Sencha Test Futures API. 

You may also find it useful if you're just wanting to figure out how to reference a Component when writing an Ext JS Component Query. 

The Component Locator supports Ext JS 4 and above.                    

擴展基本資訊

名稱 Sencha Component Locator Sencha Component Locator
ID nkldpaeekcifioadclceajbacngjippj
官方網址 https://chromewebstore.google.com/detail/sencha-component-locator/nkldpaeekcifioadclceajbacngjippj
簡介 Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.
檔案大小 3.41 MB
安裝次數 999
目前版本 2.0.4
更新時間 2019-12-12
上架時間 2019-12-12
評分 5.00/5 共 2 次評分
開發者 Daniel Gallo
付費類型 free
擴展官網 https://github.com/DanielGallo/SenchaComponentLocator
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enables you to easily find Sencha Ext JS Components from DOM elements and generates various locators for them.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/scl_128.png",
        "16": "icons\/scl_16.png",
        "32": "icons\/scl_32.png",
        "48": "icons\/scl_48.png",
        "64": "icons\/scl_64.png"
    },
    "manifest_version": 2,
    "name": "Sencha Component Locator",
    "version": "2.0.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}