In Chrme dev mode I am able to find the div id="list-of-works", but when I try to find the element with the Find elements node using id or the xpath I get an empty table. Am I missing something or is there a workaround to get the hyperlinks and link texts out?
Many thinks and best regards for held and any suggestions.
(1) I cannot find a div element with id "list-of-works" on the mentioned page? Probably your selector is wrong?
(2) When you load the page, you'll most likely notice, that the list is not shown right away, but that it appears with some milliseconds delay. When you run your workflow, the "Find Elements" node will probably get executed when the mentioned content is not available on the page yet. Simple solution: Activate the option "Explicit wait" in the "Find Elements" node (the value gets rounded to seconds, so make sure to set at least to 1,000 ms.)