AutomaticXpathGenerator

This will generate xpaths for elements on the webpage

Τι είναι το AutomaticXpathGenerator;

Το AutomaticXpathGenerator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aamir Mohammed Suhail, και η κύρια λειτουργία του είναι "This will generate xpaths for elements on the webpage".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AutomaticXpathGenerator

Λήψη αρχείων επέκτασης 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"
    }
}