pH - Playwright Helper
Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
What is pH - Playwright Helper?
pH - Playwright Helper is a Chrome extension developed by monirul.sk, and its main feature is "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".
Extension Screenshots
Download pH - Playwright Helper Extension CRX File
Download pH - Playwright Helper 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
Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects
Extension Basic Information
Name | pH - Playwright Helper |
ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
Official URL | https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd |
Description | Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects |
File Size | 26.26 KB |
Installation Count | 1,264 |
Current Version | 1.0 |
Last Updated | 2022-09-22 |
Publish Date | 2022-09-22 |
Developer | monirul.sk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |