Question

How to click on every row in a table.

  • 1 January 2023
  • 5 replies
  • 275 views

Badge

A stock market exchange website has a list of all stocks, and I want to click on all of them to get information.

How do I acheive that?

I know how to capture one stock, by opening the site and clicking on one stock, but how do I repeat the same thing for all stocks?

The table contating the stocks contatin some rows that aren’t stocks, some extra information that I don’t need to click on.

Thanks in advance.


5 replies

Badge

I believe you can try to collect multiple days of data and figure out if there’s a pattern or just do a difference workaround to remove data from the data you are fetching. It’s not always possible that you can fetch data from every website. If it’s a partner client you can setup a meeting and get them to do so changes.

Badge

you can also try use of anchor elements to get the specified values. checkout this video to learn more.

 

I also found this video in forum and found it really useful.

Userlevel 5
Badge +12

Hi @IjustWANTanswer

Can you share more details on what website you are trying to automate and what component via screen shot if possible 

Userlevel 7
Badge +13

Hi @IjustWANTanswer ,

 

You can use the Capture action for this and if it detects it as a Table element, you should see an option called Get Table within the Capture action, use that and save the output as a Table variable. Later you can either use it directly or can use through Data table or Advance or Basic excel package to loop through it perform the necessary action on each of its rows. 

 

I hope this will help.

Userlevel 5
Badge +10

@IjustWANTanswer  try this (Extracting table data ) 

https://docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/aae-client/bot-creator/creating-an-automation-task/extracting-table-data.html

Reply