{"library":"robotframework-whitelibrary","title":"Robot Framework WhiteLibrary","description":"Windows GUI testing library for Robot Framework, version 1.6.0. Uses White (a .NET UI automation framework) to interact with Windows applications. Provides Robot Framework keywords for launching, attaching, and controlling windows, controls, and UI elements. Release cadence is irregular, with minor updates every few months.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install robotframework-whitelibrary"],"cli":null},"imports":["from WhiteLibrary import WhiteLibrary"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"*** Settings ***\nLibrary    WhiteLibrary\n\n*** Test Cases ***\nOpen Notepad and Type Text\n    Launch Application    notepad.exe\n    Attach Window By Title    Untitled - Notepad\n    Type Text    id:15    Hello, Robot Framework!\n    Sleep    1s\n    Close Window","lang":"python","description":"Launch Notepad, type text, and close the window. Demonstrates basic usage of Launch Application, Attach Window By Title, Type Text, and Close Window keywords.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}