Rayrun

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

O que é Rayrun?

Rayrun é uma extensão do Chrome desenvolvida por https://ray.run, e sua principal característica é "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Rayrun

Baixe arquivos de extensão Rayrun no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rayrun Rayrun
ID olljocejdgeipcaompahmnfebhkfmnma
URL Oficial https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma
Descrição GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
Tamanho do Arquivo 94.19 KB
Contagem de Instalações 493
Versão Atual 1.0.0
Última Atualização 2023-07-03
Data de Publicação 2023-07-02
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor https://ray.run
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ray.run/browser-extension
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}