Javascript link impossible to scrape data from the new url

I can scrape all the text from this url, but when I try to go to any javascript url from the [Centro público](javascript:pas('22010712'):wink: Section, webscraper goes to the url with the Element Click option... but then i got the message:

  • The message port closed before a response was received.
  • ACCESSING_UNDEFINED_ELEMENT 1 probably page was reloaded at getText with [1]

and then it's impossible to scrape any Data from that url.

Start Url: Registro estatal de centros docentes no universitarios

centro público Url: https://www.educacion.gob.es/centros/saccen.do

Sitemap:
{{"_id":"gs-actividades-fisicas-deportivas","startUrl":["https://www.educacion.gob.es/centros/buscar.do?shortcut=1&codaut=00&codprov=00&ssel_natur=0&comboniv=141&combofam=120125&textofamilia=ACTIVIDADES%20F%EdSICAS%20Y%20DEPORTIVAS&comboens=12212501&textoensenanza=Acondicionamiento%20F%edsico"],"selectors":[{"delay":0,"id":"privado-publico","multiple":true,"parentSelectors":["_root"],"regex":"","selector":"td:nth-of-type(6) a","type":"SelectorText"},{"clickElementSelector":"td:nth-of-type(6) a","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"datos-centro","multiple":true,"parentSelectors":["_root"],"selector":"td:nth-of-type(6) a","type":"SelectorElementClick"},{"delay":0,"id":"telf","multiple":true,"parentSelectors":["datos-centro"],"regex":"","selector":"form ul:nth-of-type(1) li:nth-of-type(3)","type":"SelectorText"},{"delay":0,"id":"mail","multiple":true,"parentSelectors":["datos-centro"],"regex":"","selector":"li:nth-of-type(5) a","type":"SelectorText"},{"delay":0,"id":"direccion","multiple":true,"parentSelectors":["datos-centro"],"regex":"","selector":"li:nth-of-type(8)","type":"SelectorText"},{"delay":0,"id":"codigo-postal","multiple":true,"parentSelectors":["datos-centro"],"regex":"","selector":"li:nth-of-type(9)","type":"SelectorText"}]}

@kayser Hi, unfortunately, it is impossible to be done using an 'Element click' selector because each of the times the page is reloaded and the link - https://www.educacion.gob.es/centros/saccen.do stays constant, therefore you can not use a 'link' selector either.