CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Что такое CloudTestSoftware Recorder?
CloudTestSoftware Recorder - это расширение Chrome, разработанное https://cloudtestsoftware.com, и его основная функция - "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".
Снимки экрана расширения
Скачать файл CRX расширения CloudTestSoftware Recorder
Скачайте файлы расширений CloudTestSoftware Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use this recorder to record test script to automate browser testing with CloudTestSoftware. CloudTestSoftware uses Selenium Webdriver to run this script and download sample project from github using below link https://github.com/cloudtestsoftware/CTestOne
Основная информация о расширении
Название | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
Официальный URL | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
Описание | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
Размер файла | 150 KB |
Количество установок | 25 |
Текущая Версия | 1.1.0-pre |
Последнее Обновление | 2015-12-29 |
Дата публикации | 2015-12-29 |
Разработчик | https://cloudtestsoftware.com |
Тип оплаты | free |
Официальный сайт расширения | http://cloudtestsoftware.com |
URL страницы помощи | https://github.com/cloudtestsoftware/CTestOne/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloudTestSoftware Recorder", "description": "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.", "version": "0.1.0.0", "version_name": "1.1.0-pre", "minimum_chrome_version": "26.0", "devtools_page": "lib\/devtools.html", "background": { "scripts": [ "lib\/Recorder.js", "lib\/background.js" ], "persistent": false }, "icons": { "16": "resources\/manifestIcons\/logo_16.png", "32": "resources\/manifestIcons\/logo_32.png", "48": "resources\/manifestIcons\/logo_48.png", "64": "resources\/manifestIcons\/logo_64.png", "128": "resources\/manifestIcons\/logo_128.png" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ] } |