Use Key Method to Press arrow-key-down for a certain time
When the arrow-key-down button is pressed, this mapped object in my winform app will display a 'dropdown' panel,
Currently , it's neccessary that I use method .Keys('[Down]') on this object search_bar to stimulate the visibility/appearence of the 'dropdown' panel
self.search_bar .Keys('[Down]')
The panel does show up, however just for 1 second or so.
I need to make the 'dropdown' panel stayed for a longer time-frame, i.e. 50 seconds
How can I make the .Keys('[Down]') stay longer than 1 second as it would normally does.
self.search_bar = Aliases.SomeAppClient.Console.Streaming.Tabs.XyxStage.AbcSearchBar
Hi HKTCentrix, since none of the suggestions helped, I am assuming your situation might require deeper investigation from our side.
Please contact the SmartBear Support Team and describe the issue you are facing in detail. Thank you!