how C# – Get all open browsing tabs in all instances of firefox

Questions
How can I get URLs of open pages from Chrome and Firefox? How can I get URLs of open pages from Chrome and Firefox? http://hintdesk.com/c-automationelement-left-click-and-send-keys/ How can I check if website is already opened in a webbrowser? etc… all fail. Either they return only the top most opened tab or do not work at all. I need to check and see if firefox is opened at all to a url, if it is then refresh and focus that tab/url, if not open firefox to that page. This is not a firefox addon or anything really having to do with firefox. That is my browser of choice so that is the one I desire to use. All this is to avoid consecutively opening the same url each time my app is run. |
————————————————-
Answer
c#,firefox |
Facebook Comments