I am trying to extract data from a list on a website. The problem is this list changes where it put its data based on the data.
When I try to extract data the selected element looks like this:
div:nth-of-type(1) a
The number is the position in the list. This will for example contain the value Margot Cuppen.
Now the problem here is that based on the data the list changes. So for example the data from 'Docent: ' could change from position 1 to 2 in the list. This makes me unable to select the data with the selectors because the data is constantly changing postion.
Is there anything in this application where I can specify for example a whole item in a list and retrieve the data base on a title? Or anything that will work to solve my problem.
Thanks in advance!
