How can i open a url in a new tab in Firefox then re-catch the opened tab and refresh it or select it....
i know that there are commands for firefox like -newWindow and -NewTab but how can i re-catch a tab or a window opened by my c# windows application and do some work.
I think that i can't use the commands method specially that all firefox browsers and tabs are in the same process (firefox.exe!!!)