Hi, I’m trying to cltr click on multiple text of similar file types which in this case is .s19
How can i do so by clicking on these 3 .s19 files?
Currently my method is to differentiate by file types. In my selector i’m using the wildcard “*.s19” but with this, I can’t differentiate from the other 2 files.
I’ve tried CV get text or table extraction. Table extraction is not possible, it does not detect that it’s in a table format.
@WilfredNg oh sad, for this you need to custom iterate through use of Element Exist activity and While loop activity.
You will check all the rows one by one and you will verify through “get text” activity whether it is “.s19” or not. If it is then you can click on it