Thank you very much for your help. I imported your .knwf. It worked. However still some differences between webpage elements (in developer tools) and xpath xml-cell preview (In knime) as you attachment
Good to hear that it worked (somewhat ) - the discrepancy between the DOM view in the browser’s dev tools and the XPath node comes from the fact, that the content is generated via JS, but the HTML Parser will only give you a static view (similar to performing e.g. a curl on an HTML file, or running your web browser with JavaScript disabled).
To get access to mentioned content you can have a look at the Selenium Nodes which address exactly this kind of webpages and web app:
See also:
For any questions don’t hesitate to get back - this forum is actually about Palladian and Selenium
I create workflow for get data from different urls that are in table creater (Please check pic1)
I managed to get the data I wanted from the url (“Table Creator” row1)
However, i need working loop in order to get data from second url.
Second url is in the “Table Creator” row1.
But, my loop workflow turn row0. How can deal with this problem.
in summary, i want to get data by running rows in table creator one by one
for this, you’ll want to use the looping nodes, which allow you to process your input step by step. I’d go for this combination:
With this, your input is converted to flow variables. Use the flow variable as input to the Navigate node to set your navigation URL. You can terminate the loop using the following node and collect your results: