Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
Is it possible to control a web application using my desktop application written in c#? I need to give inputs from my txt file to any of the web application and need to click the buttons etc... Is there any solution.. please comment on it..
Posted

Checkout Ufizy Player[^] which controls webpage www.ufizy.com[^] fill, submit form and click links etc... Dont let non-english comment/UI etc bother you :D
Also, I cant say it fits your needs, but just take a look for reference.
 
Share this answer
 
Comments
yesotaso 27-May-11 16:39pm    
Oh I forgot to mention, it does not perform clicking link etc on an opened browser it uses System.Windows.Forms.WebBrowser to do those.
One CP member her, asked about a question on something called WatiN[^] - Web Application Testing In .Net

Perhaps is can be used in your program ?
 
Share this answer
 
Comments
yesotaso 27-May-11 17:50pm    
Absolutely far better to take a professional approach than poking into html. +5
Kim Togo 28-May-11 5:07am    
Thanks yesotaso
RaviRanjanKr 28-May-11 0:53am    
Nice Solution, My 5 :)
Kim Togo 28-May-11 1:15am    
Thanks RaviRanjankr
Yes it possible with recorded Automation test easyly.. such as CodeUITest in VS 2010 :)

Hopw this will help you :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900