UI.Vision RPA

Universal AI-powered task and UI test automation. RPA combines Visual Web Automation, Visual Desktop Automation and Selenium IDE++.

UI.Vision RPA là gì?

UI.Vision RPA là một tiện ích mở rộng Chrome được phát triển bởi https://ui.vision, và tính năng chính của nó là "Universal AI-powered task and UI test automation. RPA combines Visual Web Automation, Visual Desktop Automation and Selenium IDE++.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng UI.Vision RPA

Tải xuống các tệp mở rộng UI.Vision RPA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The combination of classical browser automation with modern computer vision makes the UI.Vision RPA software (formerly Kantu) the powerful and popular solution to automate web and desktop apps. UI.Vision RPA software combines three robotic process automation (RPA) tools into one: 

(1) Visual Browser Automation and UI Testing

The visual UI testing commands of UI Vision help web designers and developers to verify and validate the layout of websites and canvas elements. UI Vision can read and recognize images and text inside canvas elements, images and videos. 

UI Vision can resize the browser's window in order to emulate various resolutions. This is particularly useful to test layouts on different browser resolutions, and to validate visually perfect mobile, web, and native apps.


(2) Visual Desktop Automation for Windows, Mac and Linux

UI Vision can not only see and automate everything inside the web browser. It uses image and text recognition to automate your desktop as well (Robotic Process Automation, RPA). UI Vision can read images and text on your desktop and click, move, drag & drop the mouse and simulate keyboard input.

The desktop automation feature requires the installation of the free UI Vision XModules. This is a separate software package available for Windows, Mac and Linux. It adds the “eyes” and “hands” to UI Vision.


(3) Selenium IDE++

UI Vision includes Selenium commands for general web automation, web testing, form filling & web scraping. But Kantu has a different design philosophy then the classic Selenium IDE. On the one hand it is a record & replay tool for automated testing just like the classic Selenium IDE, but even more it is a "swiss army knife" for general web automation like screen scraping, automating file uploads and autofill form filling. It has many features that the classic IDE does not (want to) have. For example, you can run your macros directly from the browser as bookmarks or even embed them on your website. If there’s an activity you have to do repeatedly, just create a web macro for it. The next time you need to do it, the entire macro will run at the click of a button and do the work for you.

UI Vision RPA is intended as an Open-Source alternative to iMacros, UIPath and Selenium IDE, and supports all important Selenium IDE commands. When you invest the time to learn UI Vision RPA, you learn Selenium IDE at the same time. 

UI Vision includes many features that are not found in the classic Selenium IDE, such as the ability to write and read CSV files (data-driven testing), visual checks for UI testing, image comparison, file download automation, OCR screen scraping, PDF testing and the ability to take full web page and desktop screenshots.


(API) Integrate with your favorite tools via command line

UI Vision has a detailed command line API. This allows you to integrate UI Vision with any other application. For example, UI Vision is often integrated with Jenkins and CI/CD tools or the Windows task scheduler. UI Vision can be automated and controlled from any programming or scripting language, for example Python or Powershell. 

UI Vision web macros can be combined/used with other extensions such as Tampermonkey, Adblock, uBlock, NoScript, Ghostery, Video DownloadHelper, DownThemAll or LastPass.

Happy Automating!

For questions and suggestions, please visit the active UI Vision RPA software community forum at https://forum.ui.vision                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UI.Vision RPA UI.Vision RPA
ID gcbalfbdmfieckjlnblleoemohcganoc
URL Chính Thức https://chromewebstore.google.com/detail/uivision-rpa/gcbalfbdmfieckjlnblleoemohcganoc
Mô tả Universal AI-powered task and UI test automation. RPA combines Visual Web Automation, Visual Desktop Automation and Selenium IDE++.
Kích Thước Tệp 2.19 MB
Số Lần Cài Đặt 127,952
Phiên Bản Hiện Tại 9.0.6
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2020-06-14
Đánh Giá 3.88/5 Tổng số 205 Đánh Giá
Nhà Phát Triển https://ui.vision
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ui.vision
URL Trang Trợ Giúp https://forum.ui.vision/
URL Trang Chính Sách Bảo Mật https://ui.vision/privacypolicy
Ngôn Ngữ Được Hỗ Trợ de,en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "__MSG_short_name__",
    "default_locale": "en",
    "version": "9.0.6",
    "icons": {
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "38": "logo38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "inject.js",
                "logo.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "debugger",
        "downloads",
        "notifications",
        "storage",
        "tabs",
        "proxy",
        "nativeMessaging",
        "contextMenus",
        "webRequest",
        "webRequestAuthProvider",
        "sidePanel",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}