I have an app using Microsoft.Edge.SeleniumTools and the HtmlAgilityPack so scrape pages. I'm also using Edge Chromium (latest version). Can the Edge.SeleniumTools be used in a multi-threading environment? This makes sense since most of the time is spent waiting for a response and if so, are there some resources and examples showing this?
Thank you.