Ranorex Automation

Ranorex automation support.

Wat is Ranorex Automation?

Ranorex Automation is een Chrome-extensie ontwikkeld door Ranorex, en de belangrijkste functie is "Ranorex automation support.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ranorex Automation

Download Ranorex Automation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Requires installation of Ranorex desktop application (free 14-day trial available on Ranorex official website) which uses this extension to automate your web testing.

Create, maintain and run automated tests. Find bugs more quickly and make testing more reliable. Automate tests - start functional test automation in teams that include both testers and developers.


* Any Technology - Test Automation for Multiple Environments, Devices and Software Applications.

Next to Google Chrome, Ranorex supports object recognition of any desktop, web or mobile software. 

* Reduce Test Automation Maintenance

Ranorex's market leading GUI object recognition handles any kind of modern application, including dynamically built user interfaces. Combined with a powerful object mapping editor, you can significantly decrease test maintenance - this is especially important for agile teams.

* Broad Acceptance. Multiple Teams, Different Skill Sets and Responsibilities

Ranorex offers complete flexibility with script-free testing for non-programmers and a professional API for C# and VB.NET to enhance test suites and recordings. Set up and share reusable modules within your test team.

* Seamless Integration - The Maximum of Flexibility

Integrate Ranorex into any development or testing process. Trigger single test cases or a complete suite of tests from continuous integration systems or any test management tool.


* Low Entry Barrier + Reasonable Price = Quick ROI!

Ranorex is both easy to use and affordable - even for small testing teams. In contrast to other commercial tools, you only need one license to get all the tools and cover all of the technologies and platforms.                    

Basisinformatie over de Extensie

Naam Ranorex Automation Ranorex Automation
ID nappeokhoobbncgoehjdnpbfhbejlaod
Officiële URL https://chromewebstore.google.com/detail/ranorex-automation/nappeokhoobbncgoehjdnpbfhbejlaod
Beschrijving Ranorex automation support.
Bestandsgrootte 78.97 KB
Aantal Installaties 10,012
Huidige Versie 1.4.0
Laatst Bijgewerkt 2023-10-02
Publicatiedatum 2023-01-25
Ontwikkelaar Ranorex
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.ranorex.com
URL van de Privacybeleid Pagina https://www.ranorex.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ranorex Automation",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Ranorex automation support.",
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "nativeMessaging",
        "storage",
        "alarms",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "*:\/\/example.com\/*",
        "*:\/\/testbook.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "rxpath.min.js",
                "msgport.js",
                "nodemap.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "rxpath.min.js",
                "msgport.js",
                "nodemap.js",
                "content.js"
            ],
            "extension_ids": [
                "egdlgaljianpgdlmfijpphbadibfncdm"
            ],
            "matches": [
                ""
            ]
        }
    ]
}