Chrome Robot

Writes Selenium automated tests for the Robot Framework

Chrome Robot란 무엇입니까?

Chrome Robot은(는) João Carloto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Writes Selenium automated tests for the Robot Framework"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Chrome Robot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Chrome Robot Chrome Robot
ID dihdbpkpgdkioobahfpnkondnekhbmlo
공식 URL https://chrome.google.com/webstore/detail/dihdbpkpgdkioobahfpnkondnekhbmlo
설명 Writes Selenium automated tests for the Robot Framework
파일 크기 1.1 MB
설치 횟수 2,517
현재 버전 0.0.5
최근 업데이트 2021-12-30
출시 날짜 2019-05-26
평점 5.00/5 총 5 개의 평점
개발자 João Carloto
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/joao-carloto/ChromeRobot
도움말 페이지 URL https://github.com/joao-carloto/ChromeRobot/issues
지원되는 언어 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
}