VB.NET 08 How do i click on this? <li><a href="register.php" rel="nofollow">Register<

Rodri

New member
Joined
Jun 12, 2024
Messages
3
Points
1
Driving me nuts..I'm trying to create forum type software but I can't seem to figure out how to programmically click on this link

Any ideas? Tried by id and by tag but there isn't one for this...what is the work around for this?

Thanks
 

ane

New member
Joined
Jun 13, 2024
Messages
2
Points
1
Depending on what controls you are using (Are you doing it via webrequests or via Browser). You should be able to get the collection/array of links. From there you can test them for anchor text and/or the link to find it.
 
Top