Rayrun

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

Cos'è Rayrun?

Rayrun è un'estensione di Chrome sviluppata da https://ray.run, e la sua funzione principale è "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rayrun

Scarica i file di estensione Rayrun in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rayrun Rayrun
ID olljocejdgeipcaompahmnfebhkfmnma
URL Ufficiale https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma
Descrizione GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
Dimensione del File 94.19 KB
Conteggio Installazioni 493
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-07-03
Data di Pubblicazione 2023-07-02
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://ray.run
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ray.run/browser-extension
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}