Custom Xpath

Generate custom xpaths and download as page object files

Custom Xpathคืออะไร?

Custom Xpath เป็นส่วนขยายของ Chrome ที่พัฒนาโดย praveen060991 และคุณลักษณะหลักของมันคือ "Generate custom xpaths and download as page object files"

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

screenshot
screenshot
screenshot

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

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

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Custom Xpath Custom Xpath
ID bcnamjdgkbhebmcjbdeljhobjkoindhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-xpath/bcnamjdgkbhebmcjbdeljhobjkoindhf
คำอธิบาย Generate custom xpaths and download as page object files
ขนาดไฟล์ 1.18 MB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-01-28
วันที่เผยแพร่ 2023-01-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา praveen060991
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ],
    "_execute_action": {
        "suggested_key": {
            "default": "Alt+c"
        }
    }
}