Forum Discussion
6 Replies
- rraghvani
Champion Level 3
Just to clarify, is "Unauthorised" an item in the list that is not visible, until you scroll down the list?
- ARANAOccasional Contributor
Yes, as shown below. I need to scroll down to double click it.
- rraghvani
Champion Level 3
For example, use the Object Spy tool to capture the combo list box (as shown in red), then use ClickItem() method to select the item in the list.
The same can be performed in Python
- ARANAOccasional Contributor
Hi
When I'm using ClickItem() method , I'm getting below error. Just to mention I didn't find the ClickItem()method option so I just typed in and it didn't complain
- rraghvani
Champion Level 3
So it looks like your application is developed in Delphi? I suggest you read through VCLObject Method, and the associated links in See Also.
- ARANAOccasional Contributor
Yes, application is developed in Delphi.
As of now, below solution is working but it is not ideal as I want to make it generic function which can be used in multiple windows, so will keep trying...Thanks for your help.