I am trying to write a code on selecting the file from Browse as in, There will be lots of folders in your left panel collapsed with the ‘+’. when you click the ‘+’ it gets expanded,
I am trying to click on ‘+’ and from that, i need to select another ‘+’ and then select a folder.
once the folder is selected, the files inside the folders will be displayed in the bottom. I need to choose that file to see the contents in the right panel.
This is a part to be continued after a Recording session of User login. I am stuck with the clicking ‘+’.
Which method is wise and perfect to use… I am getting issues with the Click Events, Recording, etc…
Your answers would be helpful. Thanks.
By default, when you login it will be minimized mode only i need to know on how to use the expand key using uipath… as the click event is not able to identify the plus
Using attach window try to click on the whole element to focus then using tab key you can focus after that you can give + key and also if you press enter specific element will click I hope.