Selenide for Selenium IDE
Selenide code-export plugin for Selenium IDE
什么是Selenide for Selenium IDE?
Selenide for Selenium IDE是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Selenide code-export plugin for Selenium IDE”。
扩展截图
下载Selenide for Selenium IDE扩展crx文件
下载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" 扩展基本信息
| 名称 | |
| 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"
]
}
} | |