- Joined
- Oct 31, 2010
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Okay so i'm trying to make a simple bot to help with creating aol email accounts. I can populate all the fields and I can even solve the captcha with decaptcha but for some damn reason the dropdown boxes are giving me hell. Heres what i've tried so far
Webbrowser1.Document.GetElemenbyID and then set attribute
WebBrowser1.document.All.Item and then set attribute
Setting the focus on the text box above the combo box then using send keys ot simulate a tab and a down arrow
If you look at the page you'll see it has an ID field thats filled it. But if you run though aloop of all the elements on the page the program returns "" for the id. I'm stuck. Please help before I through this computer out the window .
I'm trying to set up aol accounts so, I can post the link here becuase of my post count but its easy enough to find.
Webbrowser1.Document.GetElemenbyID and then set attribute
WebBrowser1.document.All.Item and then set attribute
Setting the focus on the text box above the combo box then using send keys ot simulate a tab and a down arrow
If you look at the page you'll see it has an ID field thats filled it. But if you run though aloop of all the elements on the page the program returns "" for the id. I'm stuck. Please help before I through this computer out the window .
I'm trying to set up aol accounts so, I can post the link here becuase of my post count but its easy enough to find.