I posted this in the wrong section previously sorry. Anyway, I'm using this code to comment on a youtube video
But how would I rate a youtube video?
VB.NET:
WebBrowser1.Document.GetElementById("comment").SetAttribute("value", "comment here")
WebBrowser1.Document.GetElementById("add_comment_button").InvokeMember("click")
But how would I rate a youtube video?