Selenium Web Driver Phantom JS c# Continue where you left off

Asked

Viewed 196 times

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?

1 answer

0

Yes, just put the Phantomjs start event on Click and make a new call.

Ex:

  1. Do what you have to do with the Phantomjs and finish it.
  2. Calls the screen for the User to make its operation.
  3. Recall the Phantomjs and continue.

Just an Idea.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.