TruePath
TruePath generates the relative XPath, script and analyzes code on click
Was ist TruePath?
TruePath ist eine Chrome-Erweiterung, die von https://qaworld.ga entwickelt wurde, und ihr Hauptmerkmal ist "TruePath generates the relative XPath, script and analyzes code on click".
Erweiterungsscreenshots
TruePath-Erweiterungs-CRX-Datei herunterladen
Laden Sie TruePath-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It then further group the XPath based on: *********************************************** 1. Id, href & src 2. Class, name, title etc. 3. Index TruePath provides DevTool supports. With DevTool supports, users can easily customize the generated XPath or create custom XPath in seconds. TRUEPATH now has the Locator Analyser to analyze the locators of the existing code of the target page written in Java. TruePath also auto-generates the code for C#, Java & Robot framework. Disclaimer: This extension uses Google Analytics to collect extension usage statistics to help improve the user experience. We neither sell nor share any data to anyone for any use. For more details please visit the privacy policy https://qaworld.ga/privacy
Grundlegende Informationen zur Erweiterung
Name | TruePath |
ID | mgjhkhhbkkldiihlajcnlfchfcmhipmn |
Offizielle URL | https://chromewebstore.google.com/detail/truepath/mgjhkhhbkkldiihlajcnlfchfcmhipmn |
Beschreibung | TruePath generates the relative XPath, script and analyzes code on click |
Dateigröße | 182 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-08-04 |
Veröffentlichungsdatum | 2020-05-03 |
Bewertung | 3.81/5 Insgesamt 26 Bewertungen |
Entwickler | https://qaworld.ga |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://qaworld.ga/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TruePath", "description": "TruePath generates the relative XPath, script and analyzes code on click", "version": "1.0.0", "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "128": "xpath.png" }, "content_scripts": [ { "all_frames": true, "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |