Enhancements
- Support more search strategies for finding windows (id, class_name, window object) (93)
- New optional x, y offset arguments for click keywords (94)
- Possibility to use item object instead of locator (104)
- Keywords now evaluate boolean arguments in the same way as Robot Framework BuiltIn library
New keywords:
- Keywords for enabled status (109)
- Item Should Be Enabled
- Item Should Be Disabled
- Keywords for list controls (111)
- Combobox Should Contain
- Combobox Should Not Contain
- Listbox Should Contain
- Listbox Should Not Contain
- Tab keywords (113)
- Get Tab Pages
- Select Tab Page By Index
- Window keywords (93 & 98)
- Maximize Window
- Minimize Window
- Restore Window
- Window Should Be Maximized
- Window Should Be Minimized
- Window Should Be Restored
- Get Application Windows
- Get Desktop Windows
- Get Window Title
- Window Title Should Be
- Window Title Should Contain
Fixes
- `case_sensitive` argument worked incorrectly in keywords `Button Text Should Be` and `Button Text Should Contain` (True was interpreted as case insensitive and False as case sensitive)