Page Modeller (Selenium, Robot Framework etc)
Browser DevTools extension for modelling web pages for automation.
Cos'è Page Modeller (Selenium, Robot Framework etc)?
Page Modeller (Selenium, Robot Framework etc) è un'estensione di Chrome sviluppata da Dan Humphrey, e la sua funzione principale è "Browser DevTools extension for modelling web pages for automation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Modeller (Selenium, Robot Framework etc)
Scarica i file di estensione Page Modeller (Selenium, Robot Framework etc) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Page Modeller (Selenium, Robot Framework etc) |
ID | ejgkdhekcepfgdghejpkmbfjgnioejak |
URL Ufficiale | https://chromewebstore.google.com/detail/page-modeller-selenium-ro/ejgkdhekcepfgdghejpkmbfjgnioejak |
Descrizione | Browser DevTools extension for modelling web pages for automation. |
Dimensione del File | 828 KB |
Conteggio Installazioni | 1,700 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2020-11-01 |
Data di Pubblicazione | 2020-05-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Dan Humphrey |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/danhumphrey/page-modeller |
URL della Pagina di Aiuto | https://github.com/danhumphrey/page-modeller/issues |
Lingue Supportate | 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": [ " |