Hi,
i have a window service in C#,in which i am fetching the html from diff URLs,
now i need to click the button on html page for pagination.
i tried with web browser, but window service is not firing the Browser_DocumentCompleted event,
does C# Window Service supports Browser_DocumentCompleted event of Web browser?
or what else other solution for that?
Please try to help me out.
thanks,
Ashish