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
公式URL 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'"
}