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 .

Comments
Post a Comment