Rapi Recorder

Rapi - Auto-first record-playback web test automation

Rapi Recorderคืออะไร?

Rapi Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rapitest.service และคุณลักษณะหลักของมันคือ "Rapi - Auto-first record-playback web test automation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rapi Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Rapi Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rapi Recorder, formerly known as SideeX (Selenium IDE Extended), is a high-efficiency record-playback web testing tool for fast test script generation. Rapi is developed and maintained by National Cheng Kung University in Taiwan. It is completely free for both personal and commercial use.

https://rapi.dev

*Record & Replay
1. Navigate to the target website and launch Rapi extension.
2. Record your actions by clicking 'Record'.
3. Replay the commands with 'Play this case'.

*CI and WebDriver
- Utilize CLI Runner for seamless integration into continuous workflows.
- Enable easy replay through WebDriver support.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rapi Recorder Rapi Recorder
ID ajondaiaeoipdkpjeoljbjimmfenohin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rapi-recorder/ajondaiaeoipdkpjeoljbjimmfenohin
คำอธิบาย Rapi - Auto-first record-playback web test automation
ขนาดไฟล์ 2.95 MB
จำนวนการติดตั้ง 437
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2023-02-17
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา rapitest.service
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rapi.dev
URL หน้าช่วยเหลือ https://rapi.dev
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Rapi - Auto-first record-playback web test automation",
    "manifest_version": 3,
    "name": "Rapi Recorder",
    "homepage_url": "https:\/\/github.com\/RapiTest\/rapi",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "downloads",
        "webNavigation",
        "notifications",
        "storage",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; "
    },
    "sandbox": {
        "pages": [
            "panel\/sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "content\/document_end.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "config.js",
                "content\/document_start.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/rapitest.github.io\/rapi-pub\/"
            ],
            "js": [
                "panel\/report\/reportContentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": "icons\/logo-48.png",
        "default_title": "Rapi"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/page_inject.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "panel\/report\/report.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "option\/index.html",
    "version": "4.0.0"
}