-
Hi mate, TorBrowserDriver( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's a good idea to add annotations to code, but here are some brief descriptions:
|
Beta Was this translation helpful? Give feedback.
It's a good idea to add annotations to code, but here are some brief descriptions:
tbb_path
: path to Tor Browser Bundle (TBB) foldertor_cfg
: whether to start a new tor instance via Stem or use an already running (e.g. system tor) instancetbb_fx_binary_path
: path to Firefox binary inside TBBtbb_profile_path
: path to Firefox profile inside TBBtbb_logfile_path
: path to Tor Browser's log filetor_data_dir
: path to Tor's data directoryexecutable_path
: path to geckodriver executablepref_dict
: dictionary of Firefox preferences to setsocks_port
: SOCKS port to usecontrol_port
: control port to useextensions
: list of paths to extensions to installdefault_bridge_type
: default Tor bridge typ…