Captcha Handle: manually

In an attempt to handle a login page with captcha, Is there any possibility to pause the execution (say after entering login id and password) and resume after user manually enters the captcha and resume execution (clicking on login button and continuing with the flow). I’ve searched and haven’t found it yet. So it would be of a great help if anyone could help me with this.

You can use breakpoint or wait statement.

The other thing you can use is the ask and answer functionality where eggplant will create a popup for the person running Eggplant to either click on a button or enter something before it will continue on. This way the person executing the script will be notified that there is something they need to do, a pause or breakpoint can very easily be missed and then time out the login page.

http://docs.eggplantsoftware.com/ePF/using/epf-using-ask-and-answer.htm

1 Like