Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I want to go down recursively and automatically at the host and clusters tab (the blue one in the picture), and then take the text like guest os, compability, etc.

the example

I already know how to get the text from summary, but I got the problem to loop (go down) at the host and cluster tabs. Any idea how to do it?

Thank you very much.

1 Answer

0 votes
by (9.5k points)

i would suggest you to make separate workflow for each task

  • Create a sequence that opens the target page, setting the filters
  • Have the same robot extract the link for each result. Don't go into the details, this could potentially be the task of another robot.
  • Have the links stored in a queue. 
  • Create another sequence that takes the next item in the queue and open the stored link. 
  • Parse any kind of data you need.

Related questions

0 votes
1 answer
asked Jul 12, 2019 in RPA by Abhishek_31 (12.7k points)
0 votes
1 answer
asked Jul 22, 2019 in RPA by noah kapoor (5.3k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...