xPath 2 & Robot framework commands
Click on any element to get the xPath
xPath 2 & Robot framework commands란 무엇입니까?
xPath 2 & Robot framework commands은(는) cuong-vm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on any element to get the xPath"입니다.
확장 프로그램 스크린샷
xPath 2 & Robot framework commands 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This xPath 2 plugin is forked from Tomasz Rembacz's xPath Finder plugin with some path enhancement and Robot framework commands generator support. Click on any element to get the xPath Plugin to get the elements xPath. Usage: 1. Click on the plugin icon, cursor will be changed to the crosshair 2. Hover over the desired element (elements are highlighted on hover) 3. Click on the element and his xPath will display in the panel at the bottom of the page Options: - turn on/off inspector, - turn on/off auto copy to clipboard, - choose between short ID's or normal path, - choose Robot framework commands generator, - change xpath box position History 1) 22-July-2020: Publish new version (1.0.4) for XPath enhancement and bug fixes
확장 프로그램 기본 정보
이름 | xPath 2 & Robot framework commands |
ID | mniogbfahfjmogpmelllbadjdhgilemm |
공식 URL | https://chromewebstore.google.com/detail/xpath-2-robot-framework-c/mniogbfahfjmogpmelllbadjdhgilemm |
설명 | Click on any element to get the xPath |
파일 크기 | 18.62 KB |
설치 횟수 | 320 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2020-07-23 |
출시 날짜 | 2020-07-16 |
개발자 | cuong-vm |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cuong-vm/xpath-finder |
도움말 페이지 URL | https://github.com/cuong-vm/xpath-finder |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "xPath 2 & Robot framework commands", "description": "Click on any element to get the xPath", "homepage_url": "https:\/\/github.com\/cuong-vm\/xpath-finder", "version": "1.0.4", "icons": { "64": "icons\/default-64.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/default-64.png", "default_title": "Click on any element to get the XPath and Robot framework automated test commands" }, "content_scripts": [ { "all_frames": true, "matches": [ " |