Loop with Selenium Nodes - Web Scraping

Hi there,

I am facing a problem with a loop. I want to search several movie names (loacted in “Table Creator”) in google and extract the URL of the result.
The workflow itself is working proper (thanks to the Selenium-Nodes - great!) but I just can’t figure out how to set my loop.
I tried to connect to Loop start with the flow variable of “Send Keys” - didn’t work.

The perfect result would be to enter one row after another into “Send Keys” and write that URL into a table or anywhere else.

Would be great if someone could give me that final hint

Thanks a lot in advance!
Best regards
Mark

20210201 ExtractPic_Loop.knwf (27.6 KB)

Hi Mark,

the was generally the right direction. You’ll need to add a Loop End node.

I modified the workflow further as follows:

  • Add a dedicated Navigate node, so that each iteration starts from the Google start page
  • Insert the current query as table column using the Constant Value Column node
  • Extract all result URLs

Find the workflow here on my NodePit Space:

Best,
Philipp

2 Likes

The perfect solution - thank you so much, this will help me a lot! :slight_smile:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.