Rayrun

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

Co je Rayrun?

Rayrun je rozšíření Chrome vyvinuté https://ray.run, a jeho hlavní funkcí je „GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Rayrun

Stáhněte si soubory rozšíření Rayrun ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rayrun Rayrun
ID olljocejdgeipcaompahmnfebhkfmnma
Oficiální URL https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma
Popis GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
Velikost souboru 94.19 KB
Počet instalací 493
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-07-03
Datum Vydání 2023-07-02
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář https://ray.run
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ray.run/browser-extension
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}