Rayrun
GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
¿Qué es Rayrun?
Rayrun es una extensión de Chrome desarrollada por https://ray.run, y su función principal es "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Rayrun
Descarga archivos de extensión Rayrun en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Rayrun |
ID | olljocejdgeipcaompahmnfebhkfmnma |
URL Oficial | https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma |
Descripción | GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping. |
Tamaño del Archivo | 94.19 KB |
Cantidad de Instalaciones | 493 |
Versión Actual | 1.0.0 |
Última Actualización | 2023-07-03 |
Fecha de Publicación | 2023-07-02 |
Calificación | 4.60/5 Total de 5 Calificaciones |
Desarrollador | https://ray.run |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ray.run/browser-extension |
Idiomas Soportados | 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": [ " |