CssXpath Finder

The best CSS & Xpath finder for your web automation!

Was ist CssXpath Finder?

CssXpath Finder ist eine Chrome-Erweiterung, die von cssxpathfinder entwickelt wurde, und ihr Hauptmerkmal ist "The best CSS & Xpath finder for your web automation!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CssXpath Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie CssXpath Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Meet CssXpath Finder, your trusty sidekick for web automation and developer! This extension turbocharges your workflow with these game-changing features:

🔍 Easy Locator Generation: Say goodbye to selecting an element using arrow button. Simply right-click on any element, then hit Get Selector for generating the unique locator

🎯 Smart Selection: It's smart enough to skip over elements that is actually multiple in the HTML, so you get exactly what you need.

🚀 One-Click Copy: Copy your generated locators with a single click. No more manual copy paste.

💪 Multiple Locator Options: CssXpath Finder gives you multiple CSS and XPath options while still give you more options like ID and className but if only they're exist and unique

🤖 Built in WebdriverIO self-healing generator & snippet

🤩 User-Friendly: It's designed for developers and testers of all levels. 

🤠 Prioritize your privacy and security. It doesn't collect or store any personal data or browsing history.

Share your feedback in Reviews section,
Thank you                    

Grundlegende Informationen zur Erweiterung

Name CssXpath Finder CssXpath Finder
ID ocljadhcelhohjbnkahjonccmbbjnmmi
Offizielle URL https://chromewebstore.google.com/detail/cssxpath-finder/ocljadhcelhohjbnkahjonccmbbjnmmi
Beschreibung The best CSS & Xpath finder for your web automation!
Dateigröße 2.87 MB
Installationsanzahl 47
Aktuelle Version 1.2
Letztes Update 2023-10-18
Veröffentlichungsdatum 2023-10-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler cssxpathfinder
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/cssxpath-finder
Unterstützte Sprachen en-US
manifest.json
{
    "name": "CssXpath Finder",
    "description": "The best CSS & Xpath finder for your web automation!",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "app\/src\/content.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/app\/src\/background.js",
        "type": "module"
    },
    "devtools_page": "devtools.html",
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "24": "images\/24.png",
            "32": "images\/32.png"
        },
        "default_title": "CssXpath Finder!",
        "default_popup": "\/popup\/popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}