Katalon Recorder (Selenium tests generator)

Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.

Co to jest Katalon Recorder (Selenium tests generator)?

Katalon Recorder (Selenium tests generator) to rozszerzenie Chrome opracowane przez recorder-services, a jego główną funkcją jest „Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Katalon Recorder (Selenium tests generator)

Pobierz pliki rozszerzeń Katalon Recorder (Selenium tests generator) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Katalon Recorder is the most UI-friendly and simplest extension for Record and Playback on Chrome, Firefox, and Edge. A perfect Selenium IDE alternative as your daily drive web recorder.

Katalon Recorder will make your test automation work a lot easier:

- Enjoy fastest execution speed compared to other extensions with Selenium 3 core engine.
- Automate the repetitive tasks on browsers, such as generating reports, filling forms, automating games, etc.
- Use original Selenium IDE commands (Selenese), plus block statements if...elseIf...else...endIf and while...endWhile. Testing file input control is supported.
- Make use of multiple locator types including XPath & CSS.
- Import test data from CSV files for data-driven testing.
- Import scripts from Selenium IDE to existing project in Katalon Recorder
- Test your new features before handing your work over to the QA team
- Run synthetic testing to monitor the functionality of web applications
- Shareable reports with visual dashboards and charts easily with logs, screenshots capturing, with historical data and analytics from Katalon TestOps.
- Supporting the legacy Selenium IDE's commands and extension scripts (AKA user-extensions.js) for developing custom locator builders and actions.
- Exporting Selenium WebDriver scripts in various formats and frameworks.

You can export recorded tests to the following supported languages and frameworks: Node New Relic Synthetics, Python App Dynamics, Java JUnit, Java TestNG, Python unittest, C# MSTest, C# NUnit, Java WebDriver RC  +JUnit, JSON Dynatrace Synthetics, Typescript Potractor, Robot framework, Ruby Rspec, JavaScript WebDriver.io, XML, JavasScript Puppeteer, JSON Puppeteer




Why Katalon Recorder?

Unlike Selenium IDE, the recording capability of Katalon Recorder is powerful on major web browsers: Chrome, Firefox, and IE. This extension was the champion project of the Katalon Studio Hackathons contest. Katalon Automation Recorder was developed to support users who no longer be able to record and playback automation tests using the old-fashioned Selenium IDE or users of popular open source frameworks looking for a handy recorder. Katalon Recorder can be integrated with other Katalon solutions (Katalon Studio and Katalon TestOps) for advanced test generation, reporting, and test orchestration needs.

Useful links:
Katalon Recorder on Firefox:
https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/

]Katalon Recorder on Edge:
Katalon Recorder (Selenium tests generator) - Microsoft Edge Addons
https://microsoftedge.microsoft.com/addons/detail/katalon-recorder-seleniu/hdodkejagjkdomgbiioijegfmiiknoam


Data-Driven Testing with Katalon Recorder and Selenium IDE
https://academy.katalon.com/courses/katalon-recorder-data-driven-testing/
Katalon Recorder Docs: https://docs.katalon.com/katalon-recorder/docs/overview.html
Katalon Recorder Community: https://forum.katalon.com/c/katalon-recorder/

About Us:
At Katalon, we make testing easy.

Katalon products focus on two core qualities: accessibility and flexibility. No matter how small or large, simple or complex, novice or experienced your team is, there’s a Katalon solution for you. We take care of the complicated, mundane, redundant tasks so that you can enjoy a better automation experience.
...because we believe there's always an easier way to do test automation.

Our solutions include Katalon Studio, Katalon TestOps (beta), Katalon Recorder, Katalium, and Katalon plugins. Explore more Katalon solutions for free: https://www.katalon.com/                    

Podstawowe informacje o rozszerzeniu

Nazwa Katalon Recorder (Selenium tests generator) Katalon Recorder (Selenium tests generator)
ID ljdobmomdgdljniojadhoplhkpialdid
Oficjalny URL https://chromewebstore.google.com/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid
Opis Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.
Rozmiar pliku 5.6 MB
Liczba instalacji 148,759
Aktualna Wersja 5.9.0
Ostatnia Aktualizacja 2022-07-01
Data Publikacji 2020-06-25
Ocena 4.25/5 Łącznie 255 Oceny
Deweloper recorder-services
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.katalon.com
Adres URL Strony Pomocy https://forum.katalon.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.",
    "manifest_version": 2,
    "name": "Katalon Recorder (Selenium tests generator)",
    "version": "5.9.0",
    "homepage_url": "https:\/\/web-api.katalon.com\/",
    "segment_url": "https:\/\/backend.katalon.com\/api",
    "hubspot_url": "https:\/\/web-api.katalon.com\/",
    "icons": {
        "16": "katalon\/images\/branding\/branding_16.png",
        "48": "katalon\/images\/branding\/branding_48.png",
        "128": "katalon\/images\/branding\/branding_128.png"
    },
    "applications": {
        "gecko": {
            "id": "{91f05833-bab1-4fb1-b9e4-187091a4d75d}"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "downloads",
        "webNavigation",
        "notifications",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "",
        "debugger"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content\/prompt-injecter.js",
                "content\/runScript-injecter.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/check-browser-automation.js"
            ],
            "match_about_blank": false,
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/ogs.google.com\/*"
            ],
            "js": [
                "content\/bowser.js",
                "content\/atoms.js",
                "content\/utils.js",
                "content\/selenium-commandhandlers.js",
                "content\/selenium-browserbot.js",
                "common\/escape.js",
                "content\/selenium-api.js",
                "content\/neighbor-xpaths-generator.min.js",
                "content\/locatorBuilders.js",
                "content\/recorder.js",
                "content\/recorder-handlers.js",
                "content\/command-receiver.js",
                "content\/targetSelecter.js",
                "content\/sizzle.js",
                "content\/kar.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/ogs.google.com\/*"
            ],
            "match_about_blank": true,
            "js": [
                "katalon\/bowser.js",
                "katalon\/jquery-3.2.1.min.js",
                "katalon\/jquery.color.js",
                "katalon\/neighbor-xpaths-generator.min.js",
                "katalon\/constants.js",
                "katalon\/chrome_common.js",
                "katalon\/chrome_variables_default.js",
                "chrome_variables_init.js",
                "katalon\/ku-locatorBuilders.js",
                "katalon\/context_menu.js",
                "katalon\/common.js",
                "katalon\/record_common.js",
                "katalon\/chrome_setup.js",
                "katalon\/dom_inspector.js",
                "katalon\/dom_collector.js",
                "katalon\/keycode.js",
                "katalon\/ku-recorder.js",
                "katalon\/ku-recorder-event-handlers.js",
                "katalon\/ku-recorder-key-handlers.js",
                "katalon\/dom_recorder.js",
                "katalon\/process_element.js",
                "katalon\/main.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.simulate.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/dialog\/share?*",
                "https:\/\/twitter.com\/intent\/tweet?*",
                "https:\/\/www.linkedin.com\/sharing\/share-offsite\/?*"
            ],
            "js": [
                "common\/jquery-3.2.1.min.js",
                "content-marketing\/content\/sharing-social.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/jquery-3.2.1.min.js",
                "content\/inject-popup-record.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "content\/bowser.js",
            "common\/browser-polyfill.js",
            "background\/background.js",
            "background\/install.js",
            "background\/kar.js",
            "chrome_variables_init.js",
            "katalon\/constants.js",
            "katalon\/chrome_variables_default.js",
            "katalon\/chrome_common.js",
            "katalon\/background.js",
            "content-marketing\/socket-io\/socket-io.min.js",
            "panel\/js\/katalon\/papaparse.js",
            "playback\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "katalon\/images\/branding\/branding_16.png",
        "default_title": "Katalon Recorder"
    },
    "default_popup": "popup-browser\/index.html",
    "web_accessible_resources": [
        "page\/prompt.js",
        "page\/runScript.js"
    ],
    "options_page": "katalon\/options.html",
    "offline_enabled": true
}