VB.NET Manipulating a "Birthday Drop Down"

0

Hello everyone! I'm having trouble setting a date on a DropDown from Yahoo's website ...

The site link is: link

Here's what I'm trying, but it does not work ... I do not know why ...

WebBrowser1.Document.GetElementById("month").SetAttribute("value", "01")
WebBrowser1.Document.GetElementById("day").SetAttribute("value", "04")
WebBrowser1.Document.GetElementById("year").SetAttribute("value", "1990")

If someone can give me strength ... I've tried a lot of things, but this one was the closest I got to kkkk

Anyway ... Thank you in advance!

    
asked by anonymous 20.08.2015 / 23:54

1 answer

0

Could it be that the day element has no property named " value "?

This should be synchronized with an internal database there on their servers, I did not find the value property on any of the three elements.

    
22.08.2015 / 04:05