I've been trying to retrieve Chrome's current tab's url using a Windows Service but it is not able to do it. However, when I try to do the same using a Form Application, I'm able to get the url. I have used code given in this link: Getting the current tab's URL from Google Chrome using C#.
What am I missing? Please help!