I’m trying to upload multiple files from a huge folder, and there’s a limit of 20 files each time, so I have to use click activity to select each file one by one when uploading.
I used a mouse scroll activity and even a get attribute activity to locate the elements and know when to scroll.
Everything works fine, however, somehow the bot can always see an extra row from the file explorer window.
For example, there’s file 1~20. I may only be able to see file 1~19, and file 20 is blocked by the search bar where you type file name.
Even though I set both activities’ element visibility to visible, somehow they always “see” file 20, and therefore will not scroll.
But the click activity won’t be able to click the file because it’s blocked. (I can only use hardware events)
What can I do?
Ideally when you multi select the files in the filename field the names would be populated with comma separation..instead of you selecting you can type the names with comma separation tht way multiple would be selected