Log in and scrap

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:

  1. Created a sitemap for this site
  2. Created an "element click" called "login" for log in, Chrome already have the password registered.
  3. Under "login", if I create any selector, "text" for example, it gives an error:
    Parent element not found!
  4. 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?