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
公式URL 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
Eメール [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"
    }
}