Chrome Robot
Writes Selenium automated tests for the Robot Framework
O que é Chrome Robot?
Chrome Robot é uma extensão do Chrome desenvolvida por João Carloto, e sua principal característica é "Writes Selenium automated tests for the Robot Framework".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome Robot
Baixe arquivos de extensão Chrome Robot 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
Chrome Robot will boost your test automation productivity by helping you create high level custom keywords in an efficient manner. Here are some of the features: - Bulk selection of elements and creation of test steps in an adaptative way. - Filling and verification of forms based on their current state. - Easy preference definition for the page element locators. - Element localization thru automatically generated XPath, based on an element's own text or text of a nearby element. - Automatic creation of variables based on the value of inputs. - Test script download, so you can run it directly or incorporate the code on your test automation project.
Informações Básicas da Extensão
Nome | |
ID | dihdbpkpgdkioobahfpnkondnekhbmlo |
URL Oficial | https://chrome.google.com/webstore/detail/dihdbpkpgdkioobahfpnkondnekhbmlo |
Descrição | Writes Selenium automated tests for the Robot Framework |
Tamanho do Arquivo | 1.1 MB |
Contagem de Instalações | 2,517 |
Versão Atual | 0.0.5 |
Última Atualização | 2021-12-30 |
Data de Publicação | 2019-05-26 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | João Carloto |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/joao-carloto/ChromeRobot |
URL da Página de Ajuda | https://github.com/joao-carloto/ChromeRobot/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Robot", "version": "0.0.5", "description": "Writes Selenium automated tests for the Robot Framework", "default_locale": "en", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "icons": { "16": "gui\/skin\/icon16.png", "48": "gui\/skin\/icon48.png", "128": "gui\/skin\/icon128.png" }, "browser_action": { "default_icon": "gui\/skin\/icon16.png", "default_popup": "gui\/redirect_popup.html", "default_title": "Chrome Robot" }, "commands": { "toggle-select": { "suggested_key": { "default": "Alt+Shift+Z", "windows": "Alt+Shift+Z", "mac": "Alt+Shift+Z" }, "description": "Toggles select mode" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |