Selenide for Selenium IDE

Selenide code-export plugin for Selenium IDE

Selenide for Selenium IDEคืออะไร?

Selenide for Selenium IDE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Selenide code-export plugin for Selenium IDE"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selenide for Selenium IDE

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

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

                        This is a new plugin for Selenium IDE that allows you to export your tests to Selenide (Java) code.

After installing the plugin you will see a new icon in your navigation bar which contains the Selenide logo.

On test/suite export you will see a new option "Java Selenide"                    

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

ชื่อ Selenide for Selenium IDE Selenide for Selenium IDE
ID nlkfobhoffngaakgdbkdnmmjcchibcba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selenide-for-selenium-ide/nlkfobhoffngaakgdbkdnmmjcchibcba
คำอธิบาย Selenide code-export plugin for Selenium IDE
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 881
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/selenide/selenide-for-selenium-ide
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Selenide code-export plugin for Selenium IDE",
    "manifest_version": 2,
    "name": "Selenide for Selenium IDE",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "homepage_url": "https:\/\/github.com\/selenide\/selenide-for-selenium-ide",
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "icons": {
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}