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."입니다.
확장 프로그램 스크린샷
Sencha Component Locator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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'" } |