Robotcorder
A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)
O que é Robotcorder?
Robotcorder é uma extensão do Chrome desenvolvida por wencodes, e sua principal característica é "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Robotcorder
Baixe arquivos de extensão Robotcorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Robotcorder generates RobotFramework test script by recording user interactions and scanning the html page. It aims to be equivalent of Selenium IDE for RobotFramework browser test automation. http://bit.ly/robotcorder-blog Change log http://bit.ly/robotcorder-changelog -- 0.4.0 -- - Add options to customise the locators -- 0.3.0 -- Add pause & resume feature Fix Scan bug -- 0.2.0 -- Add copy to clipboard function Change spacing to 4 Include google font -- 0.1.9 -- Add more settings - Sleep 3s, Check Element. Listen to all the frames including iframes. May be slow for page with many elements. Reduce permission.
Informações Básicas da Extensão
Nome | Robotcorder |
ID | ifiilbfgcemdapeibjfohnfpfmfblmpd |
URL Oficial | https://chromewebstore.google.com/detail/robotcorder/ifiilbfgcemdapeibjfohnfpfmfblmpd |
Descrição | A Robot that records user action and scans the page to generate RobotFramework test scripts (beta) |
Tamanho do Arquivo | 210 KB |
Contagem de Instalações | 5,074 |
Versão Atual | 0.4.0 |
Última Atualização | 2018-09-22 |
Data de Publicação | 2018-09-22 |
Classificação | 4.56/5 Total de 18 Avaliações |
Desenvolvedor | wencodes |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sohwendy/Robotcorder |
URL da Página de Ajuda | https://github.com/sohwendy/Robotcorder |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robotcorder", "version": "0.4.0", "homepage_url": "https:\/\/github.com\/sohwendy\/Robotcorder", "description": "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ ".\/src\/constants.js", ".\/src\/translator\/robot-translator.js", ".\/src\/background.js" ], "persistent": true }, "options_page": ".\/src\/options.html", "content_scripts": [ { "matches": [ " |