Does anyone know how to execute selenium code in opened tor browsers?

Viewed 21

I am unable to run selenium script in opened tor browser. I tried many codes and also searched on web, but not satisfied with the answers.

It is easy to run same thing on Chrome, where I just need to add options.add_experimental_option("debuggerAddress", f"127.0.0.1:1060") in the options.

0 Answers
Related