Rayrun
GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.
ما هو Rayrun؟
Rayrun هو إضافة Chrome تم تطويرها بواسطة https://ray.run، والميزة الرئيسية لها هي "GUI for generating CSS selectors compatible with Playwright, Puppeteer, Cypress, and Selenium for web testing and scraping.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rayrun
قم بتنزيل ملفات الامتداد Rayrun بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [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": [ " |