0
Hey there, guys! I’m having trouble setting a date on a Dropdown from Yahoo’s website...
The website link is: https://na.edit.yahoo.com/registration?.pd=&intl=br
Here’s what I’m trying to do, but it doesn’t work... I don’t know why...
WebBrowser1.Document.GetElementById("month").SetAttribute("value", "01")
WebBrowser1.Document.GetElementById("day").SetAttribute("value", "04")
WebBrowser1.Document.GetElementById("year").SetAttribute("value", "1990")
If anyone can give me a strength... I’ve tried many things, but this was as close to certain as I got kkkk
Anyway... thank you in advance!
What do you think my options are? I need to set this date field by the program...
– Wesley Silva
I don’t know if it would be possible, I could study using Handlers for when the user selects the send a signal box and select a value. I
SendKeys.Send()
it doesn’t work, it has to be with the mouse, but I don’t know how to do it.– CypherPotato