How can I search for a sentence(don't have any ID and don't have any box) and clicks that on webpage? I am trying to automate my website and click on a sentence to open that.
Below is the code I tried.
url = "www.google.com"
Set ie = CreateObject("InternetExplorer.Application")
ie.Visible =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.