Puppeteer exporter for Katalon Recorder
A chrome extension that allows recording your actions then exporting/replaying them as puppeteer code. If you're looking for a way…
Wat is Puppeteer exporter for Katalon Recorder?
Puppeteer exporter for Katalon Recorder is een Chrome-extensie ontwikkeld door Sam Kirkland, en de belangrijkste functie is "A chrome extension that allows recording your actions then exporting/replaying them as puppeteer code. If you're looking for a way…".
Extensie Screenshots
Download het CRX-bestand van de extensie Puppeteer exporter for Katalon Recorder
Download Puppeteer exporter for Katalon Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that allows recording your actions then exporting/replaying them as puppeteer code. If you're looking for a way of easily creating UI tests this is what you have been looking for. This extension is based on the "Katalon Recorder" chrome extension. In order for this plugin to work you need to have the "Katalon Recorder" extension installed.
Basisinformatie over de Extensie
Naam | |
ID | idgpmhfldhpaoiflfleanildmnojchhd |
Officiële URL | https://chrome.google.com/webstore/detail/puppeteer-exporter-for-ka/idgpmhfldhpaoiflfleanildmnojchhd |
Beschrijving | A chrome extension that allows recording your actions then exporting/replaying them as puppeteer code. If you're looking for a way… |
Bestandsgrootte | 66.5 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2019-05-07 |
Publicatiedatum | 2019-05-07 |
Beoordeling | 3.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Sam Kirkland |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/SamKirkland/Puppeteer-exporter-for-Katalon-Recorder |
URL van de Privacybeleid Pagina | https://github.com/SamKirkland/Puppeteer-exporter-for-Katalon-Recorder/blob/master/Privacy-Policy.md |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puppeteer exporter for Katalon Recorder", "version": "2.0.0", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "alarms", "storage" ], "offline_enabled": true, "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |