Forum Discussion
5 Replies
Sort By
- GuigzOccasional Contributor
I changed the "Keys" manipulation part for "if else" that click directly the chosen item separately instead of trying to do it dynamically. This might not be viable for combobox with a lot of items, but I only had 4 and it seem to work in my case.
- Marsha_R
Champion Level 3
What happens if you click through the test steps one at a time?
- GuigzOccasional Contributor
When I manually try to reproduce the steps, the window stay open as I would expect.
- GuigzOccasional Contributor
I just saw that before clicking the button I select an item from a combobox dropdown using the Keys("[Up]") and Keys("[Enter]"). If I don't do that part the window don't disappear, but I still need to do that part