0
I’m developing a robot in Selenium. However, this robot has a time that interacts with the user. However, I cannot make it continue where it left off.
Let me give you an example:
Pretend that this robot makes a query of your CPF on a website to see how much balance you have available for purchase, then it queries and returns your balance and asks if you want to continue and if you accept, you put your data, then the robot has to continue and advance to the next screen and fill in this data (all hidden using the
phantomJs
).
That’s possible?