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

0

I'm developing a Selenium robot. However, this robot has time that interacts with the user. But I can not get him to continue from where he left off.

I'll give you an example:

  

Make sure that this robot does a query of your CPF on a site to see how much of the balance you have available to buy, then he queries and returns his 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 that data (all occultly using phantomJs ).

Is this possible?

    
asked by anonymous 09.12.2017 / 13:41

1 answer

0

Yes, just put the event to start PhantomJS in Click and make a new call.

Ex:

  • Do what you have to do with PhantomJS and end it.
  • Calls the screen to the User to make its operation.
  • Re-call PhantomJS and continue.
  • Just an Idea.

        
    21.09.2018 / 15:34