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
电子邮箱 [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"
    }
}