TimeOuts with HttpWebRequest when running Selenium concurrently in .NET
- by domsom
I have a download worker that uses ThreadPool-threads to download files. After enhancing these to apply some Selenium tests to the downloaded files, I am constantly experiencing TimeOut-exceptions with the file downloaders and delays running the Selenium tests. More precisely:
When the program starts, the download threads start downloading and a…