I want to scrape the name of the selected company from the drop down menu list.
I'm currently only able to scrape the whole list through a text selector.
Can I somehow limit to the slected company from the list ?
https://www.vanslingerlandt.com/bedrijf-database/
{"_id":"vs_database","startUrl":["Database | Van Slingerlandt.com tr:has(.compare)","type":"SelectorElement"},{"id":"name","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(1)","type":"SelectorText"},{"id":"2021","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"},{"id":"2020","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(4)","type":"SelectorText"},{"id":"2019","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(5)","type":"SelectorText"},{"id":"2018","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(6)","type":"SelectorText"},{"id":"2017","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(7)","type":"SelectorText"},{"id":"2016","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(8)","type":"SelectorText"},{"id":"2015","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(9)","type":"SelectorText"},{"id":"2014","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(10)","type":"SelectorText"},{"id":"2013","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(11)","type":"SelectorText"},{"id":"2012","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"td:nth-of-type(12)","type":"SelectorText"},{"id":"Company","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"select","type":"SelectorText"}]}

