pH - Playwright Helper
Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Vad är pH - Playwright Helper?
pH - Playwright Helper är en Chrome-tillägg utvecklad av monirul.sk, och dess huvudfunktion är "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".
Tilläggsskärmbilder
Ladda ner pH - Playwright Helper-förlängningens CRX-fil
Ladda ner pH - Playwright Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects
Grundläggande Information om Tillägg
Namn | pH - Playwright Helper |
ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
Officiell webbadress | https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd |
Beskrivning | Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects |
Filstorlek | 26.26 KB |
Antal Installationer | 1,264 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-09-22 |
Publiceringsdatum | 2022-09-22 |
Utvecklare | monirul.sk |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pH - Playwright Helper", "version": "1.0", "manifest_version": 3, "description": "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects", "action": { "default_icon": "pH.png", "default_title": "Playwright Helper", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |