Failed to Fill in the account number automatically

I saw the solution for scraping data after login by using “input” and “click” in scraper template. However, the template failed to input what I set when I tried it in my case in the second time. (It can work for the first time after i built the template, but for the second time it failed.)

Is there another way to finish the following steps?

  1. Open the target page I want to scrape
  2. Click the “Login” button
  3. Enter the account number
  4. Enter the password
  5. click “Login”
  6. (back to the target page in the first step automatically)

and I want to use Bardeen to finish step 2-5.

Try to grab some information from the Login page, you dont have to use it but I think the scraper needs to return something

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.