browser - How to click an external button in my c# program? -


i have web browser register accounts,

in program put 5 web browsers each 1 register account , copy url text box have 5 text boxes , put

  if (textbox2.text == textbox1.text && textbox4.text == textbox1.text && textbox5.text == textbox1.text && textbox6.text == textbox1.text && textbox7.text == textbox1.text)   {    // code or way must here click button in external program   photo ?   } 

and legal thing it's game , has free server can , point to save time.
thank .

enter image description here


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -