Custom Xpath
Generate custom xpaths and download as page object files
Qu'est-ce que Custom Xpath ?
Custom Xpath est une extension Chrome développée par praveen060991, et sa fonction principale est "Generate custom xpaths and download as page object files".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Xpath
Téléchargez les fichiers d'extension Custom Xpath au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
In Test automation, 30% time taken to manually write custom xpaths. This tool helps the users to generate custom values with very few clicks. Then collected objects are stored in an object and written to a user defined file format. Users can download the file and paste it in their framework as page object file. Supported attributes with respect to xpath are ID, Name, Class, Text and Partial Link Text.
Informations de Base sur l'Extension
Nom | Custom Xpath |
ID | bcnamjdgkbhebmcjbdeljhobjkoindhf |
URL Officiel | https://chromewebstore.google.com/detail/custom-xpath/bcnamjdgkbhebmcjbdeljhobjkoindhf |
Description | Generate custom xpaths and download as page object files |
Taille du Fichier | 1.18 MB |
Nombre d'Installations | 162 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2023-01-28 |
Date de Publication | 2023-01-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | praveen060991 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Xpath", "version": "0.0.2", "description": "Generate custom xpaths and download as page object files", "author": "Praveen Kannan", "action": { "default_icon": "CX_icon.png" }, "icons": { "16": "CX_16.png", "48": "CX_48.png", "128": "CX_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "background": { "service_worker": "event.js" }, "permissions": [ "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "template.html", "list.html", "icon128.png" ], "matches": [ " |