Page Modeller (Selenium, Robot Framework etc)
Browser DevTools extension for modelling web pages for automation.
What is Page Modeller (Selenium, Robot Framework etc)?
Page Modeller (Selenium, Robot Framework etc) is a Chrome extension developed by Dan Humphrey, and its main feature is "Browser DevTools extension for modelling web pages for automation.".
Extension Screenshots
Download Page Modeller (Selenium, Robot Framework etc) Extension CRX File
Download Page Modeller (Selenium, Robot Framework etc) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Page Modeller (Selenium, Robot Framework etc) |
ID | ejgkdhekcepfgdghejpkmbfjgnioejak |
Official URL | https://chromewebstore.google.com/detail/page-modeller-selenium-ro/ejgkdhekcepfgdghejpkmbfjgnioejak |
Description | Browser DevTools extension for modelling web pages for automation. |
File Size | 828 KB |
Installation Count | 1,700 |
Current Version | 2.1.0 |
Last Updated | 2020-11-01 |
Publish Date | 2020-05-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Dan Humphrey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/danhumphrey/page-modeller |
Help Page URL | https://github.com/danhumphrey/page-modeller/issues |
Supported Languages | 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": [ " |