Automatic web browsing for windows phone
- by Elias
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#?