Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I'm creating a Hotmail account. But when it comes to captcha, I wonder, is there any way to solve the captcha "sound" of microsoft? Thanks.
@phamtracanh what's wrong with your "picture"?
@tet-vivi Sorry, I do not quite get it.
How to login to any account which have captcha in it using http request?
If you use a method to bypass captcha, it may also give this error.
Thanks. i'm thinking have webform dump data into an excel spreadsheet then have bot work off that.
Just need to figure out how to make it so it knows if that row was already used.
@sonQ Writting file is really easy.
If you want to hardcode filename, you can just use "Write File" action. If you want to let user to choose filename, just add resource and use "Add Element" action from resources module. Check out this tutorials for more details http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name
If you are writting account checker, I would recommend to use database, like @andy231 suggested.