Question What do you suggest for website automation?

aboka

New member
Joined
Nov 26, 2015
Messages
1
Programming Experience
Beginner
hi, am thinking of creating a small program to automate some website activities like login, read data and display on program, submit forms & display the return result from the form submission. For eg. if its successful etc
Initially was thinking of using WebBrowser for this, but after searching the web for more information and taking the below points into consideration, im not sure if its suitable in this case.
Point-
#1 Some login or forms will have captchas
#2 Some website might prompt a MessageBox if the value key-in is incorrect or errors
So the question is - could WebBrowser handle all the above? And will you suggest other option/method/way?
p/s - im new to all this; play around with VB6 and have use its WebBrowser to create some simple small program before
Thank you,
 
Back
Top