Chrome Robot

Writes Selenium automated tests for the Robot Framework

Chrome Robot क्या है?

Chrome Robot João Carloto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Writes Selenium automated tests for the Robot Framework"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Robot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}