t0m4s

Results 9 comments of t0m4s

Update : I'm now able to get all of the cookies via javascript. I needed to add the website to the whitelist in TBB : **Edit -> Settings -> Privacy...

Solution found : saving and restoring cookies only by using javascript : `cookie = driver.execute_script("return document.cookie;")` `driver.execute_script("document.cookie = '" + cookie + "';")` Don't know why but **driver.get_cookies()** and **driver.add_cookie()**...

Update : solution not found editing ** Edit -> Settings -> Privacy & security -> Cookies and site data -> Manage exceptions...** can't have any effect on my problem as...

_Fatal error detected module Brain is not responding restarting Human in fail-safe mode..._ I was using broken code to restore my saved cookies... Abstract from all of my tests :...

@askumar2903 : if you're using **launch_tbb_tor_with_stem()**, the modifications done in your torrc file won't be taken in account. Here is an example to pass the parameters you want to stem...

Hi, I've got the same issue. From what I've seen, a lot of users seem to experiment this problem using tbselenium, selenium or even firefox. It seems to be related...

After some more testing : I found no solution to deactivate multiprocessing. **browser.tabs.remote.autostart = False** has been deactivated by mozilla ( https://www.ghacks.net/2019/05/17/going-forward-multi-process-cant-be-turned-off-anymore-in-firefox/ ) **MOZ_FORCE_DISABLE_E10S=1** seems to have no effect. Sometimes...

Yes, it reloads the view as it was. But the software is still not usable for me. If I do add a fixture, it will never appear in the 3D...

Just tested with a live linux mint USB key : same behavior :-(.