Ranorex Selocity

Auto-generate robust XPath, link text, RanoreXPath, and CSS selectors for use with Selenium.

Τι είναι το Ranorex Selocity;

Το Ranorex Selocity είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.ranorex.com/selocity, και η κύρια λειτουργία του είναι "Auto-generate robust XPath, link text, RanoreXPath, and CSS selectors for use with Selenium.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ranorex Selocity

Λήψη αρχείων επέκτασης Ranorex Selocity σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        * Rapidly generate selectors with one click directly in the DevTools sidebar panel. The smart selector generator automatically detects and ignores dynamically generated IDs.

* Instantly send a generated selector including a screenshot of the control to Ranorex Webtestit, the lightweight IDE optimized for building UI web tests with Selenium or Protractor.

* Manual selection: Ranorex Selocity generates XPath, link text, RanoreXPath, and CSS selectors. Because only you know which selector fits your needs the best.

* Instantly generate selectors for elements within iframes, both same-origin and cross-origin.

* Exploratory selector creation: If you choose to modify a selector yourself, Ranorex Selocity provides instant feedback to ensure the selector is useful.

* Automatic escaping of selectors: If desired, quotes and escape characters are automatically added to your selector, ready for instant use in locators in Selenium tests.

* Unique RanoreXPath selector: The generated RanoreXPath (RxPath) simplifies the XPath and provides additional attributes and operators, making the resulting selector shorter and more robust against changes.

* Dark theme and light theme                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ranorex Selocity Ranorex Selocity
ID ocgghcnnjekfpbmafindjmijdpopafoe
Επίσημο URL https://chromewebstore.google.com/detail/ranorex-selocity/ocgghcnnjekfpbmafindjmijdpopafoe
Περιγραφή Auto-generate robust XPath, link text, RanoreXPath, and CSS selectors for use with Selenium.
Μέγεθος Αρχείου 6.59 MB
Αριθμός Εγκαταστάσεων 37,820
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2020-04-01
Ημερομηνία Δημοσίευσης 2020-03-30
Αξιολόγηση 4.52/5 Συνολικά 50 Αξιολογήσεις
Προγραμματιστής https://www.ranorex.com/selocity
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ranorex.com/selocity/browser-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ranorex/selocity-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.ranorex.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.4.3",
    "name": "Ranorex Selocity",
    "short_name": "Selocity",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Ranorex GmbH",
    "devtools_page": "devtools\/devtools.html",
    "icons": {
        "16": "images\/logo\/rxselocity-xsmall-16x16.png",
        "32": "images\/logo\/rxselocity-small-32x32.png",
        "48": "images\/logo\/rxselocity-medium-48x48.png",
        "64": "images\/logo\/rxselocity-large-64x64.png",
        "128": "images\/logo\/rxselocity-xlarge-128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background-bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo\/rxselocity-xsmall-16x16.png",
            "32": "images\/logo\/rxselocity-small-32x32.png",
            "48": "images\/logo\/rxselocity-medium-48x48.png",
            "64": "images\/logo\/rxselocity-large-64x64.png",
            "128": "images\/logo\/rxselocity-xlarge-128x128.png"
        },
        "default_title": "Ranorex Selocity",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/inject-bundle.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}