Hi, I would like to know if, with this extension, I can perform the following task:
1.-Once I'm already in the website, start the scraping
2.- Depending on the information that shows: for example, if in a box appears a 0 or a 1, do a different task, like for example, write a number on another box (the number has to change depending on the value of the first box) and then click on a link.
Thank you for your time
I don't know if I'm being clear enough, but just to be sure, this is how I'd want it to go down:
1: I am logged in a website and start the scraping
2: it reads if the box1 shows a 1 or a 0
3: depending on the outcome of 2, it writes on another box2 5 or 10, respectively.
4: waits a second (the number in box1 will change on this period of time)
5: without refreshing, goes back to 2