Metadata-Version: 1.1
Name: robotframework-desktoplibrary
Version: 1.0.0
Summary: desktop UI testing library for Robot Framework based on SikuliX
Home-page: https://g.hz.netease.com/yixinplusQA/RFUI_Framework/tree/master/Third-Party-Module/DesktopLibrary
Author: Subscription QA
Author-email: longmazhanfeng@gmail.com
License: Apache License 2.0
Description: Robot Framework Desktop Library provide keywords for Robot Framework to test Desktop(MAC/Windows/Linux) UI through Sikuli,
        that leverages the `robotframework-SikuliLibrary` libraries(https://github.com/rainmanwy/robotframework-SikuliLibrary) by Wang Yang.
        We wrap the KWs(Desktop_xxxx) on it according to our project requirements.
        
        Notes: SikuliLibrary.jar file is OS dependent. The version for Windows 64bit is included.
        If target OS is not Windows, please get source code from GITHUB, and use Maven to build
        SikuliLibrary.jar on target OS, and replace the jar file in 'lib' folder.
        
        Installation
        ------------
        
        Using ``pip``
        '''''''''''''
        
        The recommended installation method is using
        `pip <http://pip-installer.org>`__::
        
            pip install robotframework-desktoplibrary
        
        Project Contributors
        --------------------
        * `Whitney0323 <Whitney0323@163.com>`_
        * `Wang Yangdan <wangyangdan@gmail.com>`_
        
        
Keywords: desktop robotframework testing testautomation sikuli UI
Platform: any
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Java
Classifier: Topic :: Software Development :: Testing
