AutomaticXpathGenerator

This will generate xpaths for elements on the webpage

什麼是AutomaticXpathGenerator?

AutomaticXpathGenerator是由Aamir Mohammed Suhail開發的Chrome擴展程式,該擴展的主要功能是“This will generate xpaths for elements on the webpage”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AutomaticXpathGenerator擴展crx文件

下載AutomaticXpathGenerator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is used to generate the xpaths automatically for the web page. It will generate the xpaths for each and every element on the web page and displays it next to the corresponding web elements. User has to just click the xpath to copy and use it in automation script. Also for anyone who doesn't know how to write the xpaths, this extension will be very useful.                    

擴展基本資訊

名稱 AutomaticXpathGenerator AutomaticXpathGenerator
ID amcbnabgjffdhibpmgcnpnmjpfjliikh
官方網址 https://chromewebstore.google.com/detail/automaticxpathgenerator/amcbnabgjffdhibpmgcnpnmjpfjliikh
簡介 This will generate xpaths for elements on the webpage
檔案大小 21.71 KB
安裝次數 657
目前版本 1.2
更新時間 2021-06-21
上架時間 2021-06-16
評分 2.33/5 共 6 次評分
開發者 Aamir Mohammed Suhail
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutomaticXpathGenerator",
    "version": "1.2",
    "description": "This will generate xpaths for elements on the webpage",
    "icons": {
        "128": ".\/icons\/128_g.png",
        "48": ".\/icons\/48_g.png",
        "32": ".\/icons\/32_g.png",
        "16": ".\/icons\/16_g.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "demo.html",
        "default_icon": ".\/icons\/128_g.png"
    }
}