Rayrun

GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.

Rayrun क्या है?

Rayrun https://ray.run द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rayrun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This tool lets you select web elements effortlessly, no matter how nested or complex, and swiftly generate accurate CSS, xpath and Playwright locators.

Rayrun produced selectors work with popular testing tools such as Puppeteer, Playwright, Cypress, and Selenium.

Rayrun enhances your web development and testing workflow, making the tasks of testing, debugging, and web scraping more efficient and less tedious.                    

एक्सटेंशन की मूल जानकारी

नाम Rayrun Rayrun
ID olljocejdgeipcaompahmnfebhkfmnma
आधिकारिक URL https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma
विवरण GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
फ़ाइल का आकार 94.19 KB
स्थापना संख्या 493
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2023-07-02
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर https://ray.run
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ray.run/browser-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rayrun",
    "version": "1.0.0",
    "description": "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16881704067.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}