AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

Process elements, opening tabs #1746

Open zhum opened 4 weeks ago

zhum commented 4 weeks ago

Is your feature request related to a problem? Please describe. I need to get some information from a website, but the loop should get list of elements, and for each execute that:

  1. open link in a new tab
  2. wait for loading
  3. click e.g. "details"
  4. wait
  5. get the information from updated webpage
  6. close tab
  7. go to the next item in the list

Describe the solution you'd like Add action block like "open the link in a new tab and switch to it".

Describe alternatives you've considered I don't see any other solutions.

Additional context E.g., I want to load summaries for books, listed in the "Customers who viewed this item also viewed" section for a book in Amazon books.