TruePath

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

TruePathคืออะไร?

TruePath เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qaworld.ga และคุณลักษณะหลักของมันคือ "TruePath generates the relative XPath, script and analyzes code on click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TruePath

ดาวน์โหลดไฟล์ส่วนขยาย TruePath ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}