Hi I am automating web browser control to automate some web sites
I need help to click a button which dont have ID I tried to use
If link.GetAttribute("value").Contains("Register") Then link.InvokeMember("click")
but it doesnt work can any one me this thing dont worked for these sites
Singapore No. 1 Car Forum & Car Club - MyCarForum
http://208.53.15.39:8080/forum//index.php
Infidelity Power Board (Powered by Invision Power Board)
after opening this page click on register button then you will find the button with name "Register" which is troubling
I need help to click a button which dont have ID I tried to use
If link.GetAttribute("value").Contains("Register") Then link.InvokeMember("click")
but it doesnt work can any one me this thing dont worked for these sites
Singapore No. 1 Car Forum & Car Club - MyCarForum
http://208.53.15.39:8080/forum//index.php
Infidelity Power Board (Powered by Invision Power Board)
after opening this page click on register button then you will find the button with name "Register" which is troubling