Hi,
I have a bot that logins into a web app. Once there, it has to navigate to a different screen by simulating several keystrokes. First it has to select 'File' tab from the top menu. When 'File' expands, it has to select 'Open' -> 'Applications' -> 'Financial Close Management' -> 'Reconciliation Manager' (as shown below).
For some reason use of Alt+f works sometimes and sometimes doesn't and that is when problem starts, because all other subsequent keystrokes are useless. What happens sometimes when bot simulates Alt+f is that it only marks the 'File' tab, but it doesn't expand it. Like this:
I am building the bot with AA 11.3 Enterprise Client, and this is the code currently in use:
Any help/advice/hint is much appreciated! Ty.