- Joined
- Jan 1, 2016
- Messages
- 72
- Thread Author
- #1
If anyone can help me out with this problem I'm willing to pay you RSGP, spent 6 hours trying to figure it out & even posted on stackoverflow - no dice.
So I'm trying to automate a web login, I would normally do this via post data but this is a URL from a reversed APK and uses sockets. The website also detects IE7 so normal webBrowser control doesn't work, that's why I have to use Cefsharp (chrome user agent for C#).
Cefsharp interacts with websites via javascript embedded in C#, when automating this login I have successfully created entering the user & password but clicking the submit button is another story. The username & password field are marked to detect text in both of them but entering text via document.getElementById('username').value doesn't seem to trigger the event handler? This means I cannot press the submit button.
Anyone know how I can automatically enter username & password and click the submit button while getting around this? I could custom make the program for you if you will not take RSGP, this will be highly beneficial to bot farmers who run quite a lot of accounts.
So I'm trying to automate a web login, I would normally do this via post data but this is a URL from a reversed APK and uses sockets. The website also detects IE7 so normal webBrowser control doesn't work, that's why I have to use Cefsharp (chrome user agent for C#).
Cefsharp interacts with websites via javascript embedded in C#, when automating this login I have successfully created entering the user & password but clicking the submit button is another story. The username & password field are marked to detect text in both of them but entering text via document.getElementById('username').value doesn't seem to trigger the event handler? This means I cannot press the submit button.
Anyone know how I can automatically enter username & password and click the submit button while getting around this? I could custom make the program for you if you will not take RSGP, this will be highly beneficial to bot farmers who run quite a lot of accounts.