Hi @HeidelMS and welcome to the KNIME community forum,
Here is an example to extract all BitbTex citations in a page using Selenium nodes:
selenium_cite.knwf (581.9 KB)
2 points:
-
You cannot pass several elements to click (webdriver tries to click them all). I used a Row Filter to keep one row regarding the current iteration number.
-
The Find Elements node which feeds the click must exist in each loop iteration (so put it after the loop start node)