Help with Multiscrape could not find a tag

I’m trying to pull my monthly kWh from the First Energy website. I keep getting an error “Unable to scrape data: Could not find a tag for given selector”.

  • resource: ‘Log In
    name: FirstEnergy Electric Data
    scan_interval: 3600
    log_response: true
    form_submit:
    submit_once: True
    resource: ‘Log In
    headers:
    user-agent: mozilla75.0
    input:
    login: “USERNAME”
    password: “PASSWORD”
    sensor:
    - name: kwh_test
    select: “tbody > tr:nth-child(1) > td:nth-child(4)”

What am I messing up?

image