Reputation:
I'm using Using Watin with my project..I want all the things to be automated and Watin is doing that well. But I need the captha entry part to be done! I have to do this manually! Is there any way to popup an input box to get the Captcha Value and Watin will continue then???
Any help would be appreciated!
Upvotes: 1
Views: 616
Reputation: 4269
I've implemented that exact functionality on this PoC API_GMail.cs I wrote for the O2 Platform.
Here is a video of it in action http://www.youtube.com/watch?v=rTD31e7HY4E
Here is the WatiN ExtensionMethods that make it easy to consume from a script: WatiN_IE_ExtensionMethods.cs
Upvotes: 2