ndanner-wesleyancs

Results 12 comments of ndanner-wesleyancs

I'll try to work on these in the next couple of weeks.

I'm a little perplexed about your suggested test. The original TMPDIR (typically `/tmp`) could very well have XPI files in it, for example from some other independent process. I'm not...

Do you need me to do anything more on this? I'm not well versed in CI/Codecov/etc., so I'm not sure where things stand based on what I see here.

I haven't been able to find anything in the Selenium docs that would let me get the name of the temporary file that is created by `install_addon` in order to...

Thanks for pointing out the issue with the FF version; I'll be sure to take that into account.

Just to be sure that this isn't caused by something I'm doing in my crawl script, here is what I think is a pretty minimal crawl script that demonstrates the...

So right now my workaround, which seems to do the job, is to: - Make a new temporary directory and save its name in `browser_params`; - Set `TMPDIR` in the...

Right now I create the temporary directory in`BrowserManagerHandle.launch_browser_manager` and delete it in `BrowserManagerHandle.shutdown_browser`. If that doesn't sound right, let me know.

OK, I will do as you suggest. One thing that I also have to do is to modify `TMPDIR` in the environment before invoking `geckodriver`. My inclination is to do...