Page Modeller (Selenium, Robot Framework etc)
Browser DevTools extension for modelling web pages for automation.
Page Modeller (Selenium, Robot Framework etc)란 무엇입니까?
Page Modeller (Selenium, Robot Framework etc)은(는) Dan Humphrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser DevTools extension for modelling web pages for automation."입니다.
확장 프로그램 스크린샷
Page Modeller (Selenium, Robot Framework etc) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Page Modeller extension enables developers to scan a web page and generate page object style code for various tools, languages and frameworks and test the UI locators in the browser. Currently supported tools and languages are: * Selenium WebDriver Java * Selenium WebDriver C# * Puppeteer * Robot Framework * Protractor * Protractor TypeScript Feel free to propose new functionality and additional frameworks here: https://github.com/danhumphrey/page-modeller/issues This extension is being actively developed and is considered a beta release.
확장 프로그램 기본 정보
이름 | Page Modeller (Selenium, Robot Framework etc) |
ID | ejgkdhekcepfgdghejpkmbfjgnioejak |
공식 URL | https://chromewebstore.google.com/detail/page-modeller-selenium-ro/ejgkdhekcepfgdghejpkmbfjgnioejak |
설명 | Browser DevTools extension for modelling web pages for automation. |
파일 크기 | 828 KB |
설치 횟수 | 1,700 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2020-11-01 |
출시 날짜 | 2020-05-22 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Dan Humphrey |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/danhumphrey/page-modeller |
도움말 페이지 URL | https://github.com/danhumphrey/page-modeller/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Modeller (Selenium, Robot Framework etc)", "short_name": "PageModeller", "description": "Browser DevTools extension for modelling web pages for automation.", "version": "2.1.0", "version_name": "2.1.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16_grey.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Page Modeller", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon_16_grey.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "devtools_page": "devtools-page.html", "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |