Rayrun
GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
What is Rayrun?
Rayrun is a Chrome extension developed by https://ray.run, and its main feature is "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".
Extension Screenshots
Download Rayrun Extension CRX File
Download Rayrun extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Rayrun |
ID | olljocejdgeipcaompahmnfebhkfmnma |
Official URL | https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma |
Description | GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping. |
File Size | 94.19 KB |
Installation Count | 493 |
Current Version | 1.0.0 |
Last Updated | 2023-07-03 |
Publish Date | 2023-07-02 |
Rating | 4.60/5 Total 5 Ratings |
Developer | https://ray.run |
[email protected] | |
Payment Type | free |
Extension Website | https://ray.run/browser-extension |
Supported Languages | 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": [ " |