Automatic web browsing for windows phone

Posted by Elias on Stack Overflow See other posts from Stack Overflow or by Elias
Published on 2012-06-25T04:33:17Z Indexed on 2012/06/25 9:16 UTC
Read the original article Hit count: 265

Filed under:
|
|

There's a website (telephonic company) where I get a statistic information about the amount of data transferred by my phone during the current month. To access that information, I need:
* Access the website and login with username and passwod (html form)
* Then choose an option in a combo box (html select)
* And finally click on a link that shows the information (html a)

I want to develop an app that does all this process automatically, and shows only the statistic data.
There's a way to do this in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-phone-7