how to open Tor browser tab using .net c#

342 Views Asked by At

I have installed the Tor browser on my PC(Window 10). Now I want to open a link in Tor browser with C#, how can I do this?

1

There are 1 best solutions below

2
On BEST ANSWER

Should be simple like opening any other browser

Process.Start("[Full Path Here] tor.exe", "http://www.YourUrl.com");