Rayrun

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

Rayrunとは何ですか?

Rayrunはhttps://ray.runによって開発されたChromeの拡張機能で、その主な機能は「GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Rayrun拡張機能のCRXファイルをダウンロード

Rayrun拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}