I want to create a condition that will keep that means in a Loop extracting data from a table until there are no longer data to extract . The bot will use get visible text and will stop if there are no longer data to extract on the table.
So what happens is that bot will use get visible text and if there are result on extraction the bot will submit those data will be gone on the list and new list would comeup and then bot will extract again until no more to extract.
If you ask why the reason is the app has a submit button so my idea is bot will extract the first list and submit and while there are still remaining data then the bot will continue and repeat the extraction. Any idea ? thanks . would a while loop a good idea ?