Closed
Description
Thanks to your help I was able to make a lot of progress. I have been able to get to the final automation step without triggering Captcha.
Last steps are:
- Click "Submit" button
- Click "Confirm" pop-up
- Click "Exit"
- Driver quit.
Is is when I click submit button using uc_click() the pop-up flashes briefly and then disappears, and Captcha page is displayed. and the data to be submitted is not saved.
when I a driver.reconnect("breakpoint") before the uc_click() and then click the "Submit" button manually I get the same result, (Flash of the dialog box, Captcha, and no saved data)
Any guidance appriciated