WebDriver Element Locator
Chrome Port of WebDriver Element Locator
WebDriver Element Locator란 무엇입니까?
WebDriver Element Locator은(는) gertdreyer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Port of WebDriver Element Locator"입니다.
확장 프로그램 스크린샷
WebDriver Element Locator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To use this extension, simply right click on the web element you wish to locate, select an appropriate locator string and it'll be copied to your clipboard. This extension will attempt to populate the context menu with usable webdriver XPATH-based findElement commands for the dotnet, python and ruby bindings and Support Locator Library references for the focused web element. To help prevent buggy tests (and save your time debugging), it will also check the locators for uniqueness, signified by red crosses and green ticks. In addition, if elements have long, fragile, auto-generated attributes such as id="ctl00_ElementContainer_Inputs_txtForename" it will attempt to locate based on the final (and most significant) part of the value only. If it struggles to locate via attributes it will also attempt to locate via text value. After installing the extension a browser restart is recommended to ensure the extension functions as expected.
확장 프로그램 기본 정보
이름 | WebDriver Element Locator |
ID | cjighmmbcdpbfnhinpakjloafcpmefgl |
공식 URL | https://chromewebstore.google.com/detail/webdriver-element-locator/cjighmmbcdpbfnhinpakjloafcpmefgl |
설명 | Chrome Port of WebDriver Element Locator |
파일 크기 | 21.57 KB |
설치 횟수 | 1,406 |
현재 버전 | 1.5 |
최근 업데이트 | 2023-03-16 |
출시 날짜 | 2021-11-24 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | gertdreyer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/gertdreyer/WebDriver-Element-Locator/tree/main |
도움말 페이지 URL | https://github.com/gertdreyer/WebDriver-Element-Locator/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebDriver Element Locator", "description": "Chrome Port of WebDriver Element Locator", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |