Question Combobox Item Selection in Webbrowser (web Automation)

homies50

New member
Joined
Aug 23, 2016
Messages
2
Programming Experience
5-10
Good Day. I want to direct to the point, I have a problem regarding this code:

VB.NET:
WebBrowser1.Document.GetElementById("preferred_mode_select").SetAttribute("value", "0")

yes it worked in setting the item but it's not setting it as right selection. see through image ive attached.

lalalala.png

can anybody help me how can i fix my code? Thanks in Advance.
 
Back
Top