Chrome Robot
Writes Selenium automated tests for the Robot Framework
Τι είναι το Chrome Robot;
Το Chrome Robot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον João Carloto, και η κύρια λειτουργία του είναι "Writes Selenium automated tests for the Robot Framework".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome Robot
Λήψη αρχείων επέκτασης Chrome Robot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |