I am trying automate some browser tasks.
- Select drop-down list value
- Click search
- A html table is loaded
- Click add to list add the bottom of html table
- Data from html table is added below in another table.
- Repeat
My problem is step 4 is not working properly. It throws a selector not found exception even before the full webpage is loaded. This was solved by increasing timeout value of the attach browser activity. But the time to load the full webpage varies. Giving a higher time really slows down the process. It takes a lot of time to load the full webpage, as the bottom html table size gets larger each time.
Is there any way that I can optimize the time required? Can I click instantly when the loading of the 1st html table completed? If not possible how to wait for the full webpage to load?
Webpage.zip (176.4 KB)
Process.zip (908.6 KB)