WebDriver Object Finder - Custom
Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
WebDriver Object Finder - Custom란 무엇입니까?
WebDriver Object Finder - Custom은(는) monirul.sk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects"입니다.
확장 프로그램 스크린샷
WebDriver Object Finder - Custom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Helps to identify UI automation objects based on id, name and custom html attributes, Generates WDIO page Objects
확장 프로그램 기본 정보
이름 | WebDriver Object Finder - Custom |
ID | gimmldlnhfbohhfnpfmchnpggmkcnhjf |
공식 URL | https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf |
설명 | Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects |
파일 크기 | 98.62 KB |
설치 횟수 | 108 |
현재 버전 | 2.1 |
최근 업데이트 | 2024-02-06 |
출시 날짜 | 2021-11-19 |
개발자 | monirul.sk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebDriver Object Finder - Custom", "version": "2.1", "manifest_version": 3, "description": "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects", "action": { "default_icon": "wof.png", "default_title": "WebDriver Object Finder - Custom", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |