CssXpath Finder

The best CSS & Xpath finder for your web automation!

CssXpath Finder란 무엇입니까?

CssXpath Finder은(는) cssxpathfinder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best CSS & Xpath finder for your web automation!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CssXpath Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 CssXpath Finder CssXpath Finder
ID ocljadhcelhohjbnkahjonccmbbjnmmi
공식 URL https://chromewebstore.google.com/detail/cssxpath-finder/ocljadhcelhohjbnkahjonccmbbjnmmi
설명 The best CSS & Xpath finder for your web automation!
파일 크기 2.87 MB
설치 횟수 47
현재 버전 1.2
최근 업데이트 2023-10-18
출시 날짜 2023-10-01
평점 5.00/5 총 2 개의 평점
개발자 cssxpathfinder
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/cssxpath-finder
지원되는 언어 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"
}