robotframework-whitelibrary
robotframework-whitelibrary copied to clipboard
Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
The example on the keyword document like this: ```python @{my_buttons}= | Get Items | class_name:MyButtonClass Click Button | ${my_buttons[2]} ``` I just use the same way like this: ```python @{my_edittext}=...
**Describe the bug** Excel crash when using `close application` after opening a new empty workbook. **To Reproduce** Run the following test case: ```robotframework Excel crash launch application C:/Program Files (x86)/Microsoft...
**Describe the bug** Normally the keyword `input text to textbox` works fine, but I found a 'special' case in which it doesn't. **To Reproduce** Take the following test suite (you...