Hi I have case were i am trying to automate a desktop based application impart which is used to generate some graphs. The steps i follow is open the application then open the template from the menu which will look as per the screenshot attached. now i need to align those boxes inside each tab to a specific location of the screen so that they are not over lapped over each other. how can i achieve this?
You can try using move window activity…which will allow ypu to set x and y position and also the size of the window…
If you dont see it in activities enable classic by clicking on filter icon in the activities panel
Cheers
Yes i have used the same only but as in the screenshot you can see there are multiple tabs and in those tab also contains the boxes and the selectors of them are same . so when i am trying to run the code some times it is moving the boxes and sometimes it is not as the box of other tab is found using find element although the bot is not on that tab.
If selectors are same then use idx to differentiate
Each tab will
Have a unique idx with same selectors
Cheers