TruePath

TruePath generates the relative XPath, script and analyzes code on click

TruePath क्या है?

TruePath https://qaworld.ga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TruePath generates the relative XPath, script and analyzes code on click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TruePath एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TruePath TruePath
ID mgjhkhhbkkldiihlajcnlfchfcmhipmn
आधिकारिक URL https://chromewebstore.google.com/detail/truepath/mgjhkhhbkkldiihlajcnlfchfcmhipmn
विवरण TruePath generates the relative XPath, script and analyzes code on click
फ़ाइल का आकार 182 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-08-04
प्रकाशन तिथि 2020-05-03
रेटिंग 3.81/5 कुल 26 रेटिंग्स
डेवलपर https://qaworld.ga
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://qaworld.ga/privacy
समर्थित भाषाएँ 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:\/\/*\/*",
                ""
            ],
            "js": [
                "content-script\/contentScript1.js",
                "content-script\/content.js",
                "content-script\/contentScript2.js",
                "dialog.js"
            ]
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": "xpath.png",
        "default_title": "TruePath",
        "default_popup": "popup\/TruePath.html"
    },
    "background": {
        "scripts": [
            "extension\/background.js",
            "install.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "devtools_page": "devtools-panel\/devtools.html",
    "author": "Sumit Ghosh",
    "homepage_url": "https:\/\/qaworld.ga\/truepath"
}