Rayrun
GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
Rayrun là gì?
Rayrun là một tiện ích mở rộng Chrome được phát triển bởi https://ray.run, và tính năng chính của nó là "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rayrun
Tải xuống các tệp mở rộng Rayrun dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rayrun |
ID | olljocejdgeipcaompahmnfebhkfmnma |
URL Chính Thức | https://chromewebstore.google.com/detail/rayrun/olljocejdgeipcaompahmnfebhkfmnma |
Mô tả | GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping. |
Kích Thước Tệp | 94.19 KB |
Số Lần Cài Đặt | 493 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-07-03 |
Ngày Phát Hành | 2023-07-02 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://ray.run |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ray.run/browser-extension |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |