Describe the problem.
Url: https://app.cfe.mx/Aplicaciones/CCFE/Recibos/Consulta/login.aspx
user: webcraper1
pass: webcraper
Trying to scrap this website I've done the following:
- Created a sitemap for this site
- Created an "element click" called "login" for log in, Chrome already have the password registered.
- Under "login", if I create any selector, "text" for example, it gives an error:
Parent element not found! - If I add the text selector at the same level than login, it does loging, but does not capture any data.
Any idea what I'm doing wrong?