Re: UI flow can't select/find elements after record
I'm using dekstop UI.
I also noticed that when there are multiple windows open, it can's seems to "remember" which button is clicked. Like when there are two windows open, both having a OK button. I checked if the selector had recorded the wrong button by using 'WinAppDriverUiRecorder', but this all checked out ok.
UPDATE: the window I need to add data in, using UI Desktop flow, is hidden in the taskbar. To make things a bit more clear:
MAIN WINDOW (Program) > shows up in taskbar
SECOND WINDOW (Overview of data) > shows up in taskbar
THIRD WINDOW (Open up when clicking on a button in the SECOND WINDOW) > does not show up in taskbar
I'm thinking UI Dekstop flow can't register button clicks on the THIRD WINDOW because it's hidden somehow. If I record a step in this window, like a button click on 'OK', it performs this step in the SECOND WINDOW, where's also a 'OK' button.