Problem to Retrieve data from an HTLM page

Hello everybody ,

I have a problem to retrieve information from a web page with an XPath node.

I am working on the following document: https://www.sciencedirect.com/science/article/abs/pii/S0960852414015053

I realized a classic workflow: table creator=>Http retriever=> Html parser=>Xpath

I can extract information such as title, year, abstract but I cannot retrieve the affiliation contained in the html code of the original page. It does not appear in the script of the XPath node because it is contained behind the “Show more” tag).

Does anyone please have a trick to get this data?

Thanks for your help

Best regards,

Chris


Selenium normally allows you to click UI elements. As far as I know there are selenium nodes in KNIME. Maybe that helps
bR

1 Like

Thanks Daniel for your help

Best regards,

Chris

1 Like

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