So my question is: How can i navigate through a website getting elements by their id on the html, im not using windows forms, its a console application.
This is how im opening the website on my default browser(Chrome):
System.Diagnostics.Process.Start(url);
So i have the website opened, now i want to find an element by its id to navigate, fill boxes, etc.
Thanks in advance!
Aucun commentaire:
Enregistrer un commentaire