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?
- Open the target page I want to scrape
- Click the “Login” button
- Enter the account number
- Enter the password
- click “Login”
- (back to the target page in the first step automatically)
and I want to use Bardeen to finish step 2-5.