robotframework-whitelibrary icon indicating copy to clipboard operation
robotframework-whitelibrary copied to clipboard

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.

Results 24 robotframework-whitelibrary issues
Sort by recently updated
recently updated
newest added

![1](https://github.com/Omenia/robotframework-whitelibrary/assets/16544248/60b38fc5-0408-44fc-8d1b-b626619ea245) ![image](https://github.com/Omenia/robotframework-whitelibrary/assets/16544248/cb826569-1c8d-43e8-aba6-3f51c1beb793) I followed the documentation exactly but it seems that the library doesn't work at all

**Describe the bug** Several keywords from the robot-whitelibrary for listboxitems (eg: Select combobox value) do not work with an application that is migrated to 4.8 .Net framework. The same keywords...

I want to see all the values using get Items Command. Can we use for automation of commands in command prompt or powershell using whiteLibrary ![de](https://user-images.githubusercontent.com/94000670/173576059-2f4a8da2-1c4c-4886-ae8f-4b79ff952513.png)

Input Text To Textbox can not input other languages in WPF. When I input Thai that in the textbox shown ?????. How can I fix this case?

I am trying to automate java application with White library. In some cases, I have text. So, I use as follows. **Click Button text:Log in** In some cases, I have...

I have been refereing to below url http://omenia.github.io/robotframework-whitelibrary/keywords.html not all keywords mentioned here is not displayed or working I have below keywords are present def launch_application def _attach_application def attach_application_by_name...

I believe that creating a new function should help, the same can be done for combobox. def listbox_should_contain_any_value (self, locator) def combobox_should_contain_any_value (self, locator) ` def listbox_should_contain_any_value(self, locator): ""Verifies that...

I am not able to handle table data like fetching the data using **select listview cell by row, select listview cell by index keywords** in Selenium, white library, Robot framework....

Cannot automate the windows security popup after launching url using white library...any suggestions would be helpt

Hi @mikahanninen @eeter, @rasjani I'm able to click on dropdown(combo box/list item) but unable to select value, please find below details. UIActionException: Item of text xxxxx not found. at TestStack.White.UIItems.ListBoxItems.ListItems.Item(String...