PhoenixBot icon indicating copy to clipboard operation
PhoenixBot copied to clipboard

Using a single selenium browser instance for each task

Open broglea opened this issue 4 years ago • 0 comments

Summary

As it stands today we launch different selenium browser instances for different parts of a given task (usually captcha checking).

I think it would be preferable to have a single selenium browser instance that we orchestrate across different request usages within each running task. This should be possible and we should be able to pass data to and from the single instance as needed.

broglea avatar Nov 15 '20 02:11 broglea