End Google Ads 201810 - BS.net 01 --> Hi,

I want to create a auto pilot script in c# ******** the functionality will be - i will add list of url in notepad file and i can use either web browser control to show the content of website. when the page will be loaded first i want to click on register page, after than auto fill register form and third step will be click on register button, is there any one who can share any code.

I have done something, my program is in three parts right now

1. First i have coding to click on register button
2. under webbrowser_loaded event i have assigned value to text boxes by finding get element by name
3. and in third step i click on register button

if i put all coding in webbrowser_loaded event it always click on register button and program goes into loop.

if i manually click on register button the next step program do automatically.

then i manually click on register button

can any one help me out where i put all three steps so that system wont go into loop

thanks and regards