pH - Playwright Helper
Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
O que é pH - Playwright Helper?
pH - Playwright Helper é uma extensão do Chrome desenvolvida por monirul.sk, e sua principal característica é "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão pH - Playwright Helper
Baixe arquivos de extensão pH - Playwright Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects
Informações Básicas da Extensão
Nome | pH - Playwright Helper |
ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
URL Oficial | https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd |
Descrição | Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects |
Tamanho do Arquivo | 26.26 KB |
Contagem de Instalações | 1,264 |
Versão Atual | 1.0 |
Última Atualização | 2022-09-22 |
Data de Publicação | 2022-09-22 |
Desenvolvedor | monirul.sk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |