robotframework-whitelibrary
robotframework-whitelibrary copied to clipboard
Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
I want to get text from **highlighted cell**. Can you help me how i can do this? I have tried existing keywords for example "Get Listview Cell Text By Index"...
Keyword should take item locator/object, and set focus to the matching item.
**Is your feature request related to a problem? Please describe.** The problem is while trying to identify an object with two or multiple locators Ex: I want to check the...
~~Keyword for setting log level for White's console log. Argument `level`, should accept values "info", "warn" and "debug" (case insensitive).~~ Instead of a separate keyword for setting log level, White's...
Using log levels as described in #121
Hi, I'm working on a .Net application which is build on WinForms and Infragistic UI Controls. I couldnt find any suitable keywords to automate the different controls in Infragistics. Could...
See conversation in #155
**Describe the bug** Scrollbars can't be found using WhiteLibrary so I can't use keyword `set scroll position`. **To Reproduce** While I found this issue in our enterprise application, I used...
**Describe the bug** `Attach window` often fails on Excel, despite the window being available. From the error message it is unclear why. Simply retrying it DOES work eventually, but I...
**Describe the bug** `Take Deskstop Screenshot` succeed but there is no img/link in the output.html when execute a test using Remote Server to a Windows VM Not sure if it...