Error1 reports
Fix ThrowJsonReaderException
in Selenium
✅ Solution
The "ThrowJsonReaderException" in Selenium .NET often arises from incompatibilities between the Newtonsoft.Json library version expected by Selenium and the version available in your project or system. To resolve this, explicitly install or update to a compatible Newtonsoft.Json version (typically 13.0.1 or later) via NuGet Package Manager, ensuring it aligns with Selenium's dependencies. If issues persist, check for assembly binding redirects in your app.config or web.config file to enforce the correct version loading.
Related Issues
Real GitHub issues where developers encountered this error:
Timeline
First reported:Dec 27, 2025
Last reported:Dec 27, 2025