I want to scrape lab results, however by default they are displayed only for current month and I need for all months. In form #mes I want to select option 1 (all months) and then click the submit button "buscar" before scraping. Is it possible? If not directly, is it possible to execute a javascript before scraping?
Thank you for any guidance.
Url: Análisis de sustancias - Energy Control
Sitemap:
{"_id":"ec_resultados","startUrl":["https://energycontrol.org/analisis-de-sustancias/"],"selectors":[{"id":"wrapper","parentSelectors":["_root"],"type":"SelectorElement","selector":"table","multiple":false,"delay":0},{"id":"BADGE","parentSelectors":["rows selector"],"type":"SelectorText","selector":"td:nth-of-type(2), th[rowspan]:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"TITLE 1/2","parentSelectors":["rows selector"],"type":"SelectorText","selector":"td:nth-of-type(3) strong","multiple":false,"delay":0,"regex":""},{"id":"TITLE 2/2","parentSelectors":["rows selector"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"delay":0,"regex":""},{"id":"TEXT 1/2","parentSelectors":["rows selector"],"type":"SelectorText","selector":"th:nth-of-type(5), td:nth-of-type(6)","multiple":false,"delay":0,"regex":""},{"id":"link","parentSelectors":["rows selector"],"type":"SelectorLink","selector":".Tablet a","multiple":false,"delay":0},{"id":"TEXT 2/2","parentSelectors":["rows selector"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"delay":0,"regex":""},{"id":"img","parentSelectors":["rows selector"],"type":"SelectorImage","selector":"div:nth-of-type(1) img","multiple":false,"delay":0},{"id":"rows selector","parentSelectors":["wrapper"],"type":"SelectorElement","selector":"tbody tr","multiple":true,"delay":0}]}