You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening the Selenium project web site (https://selenium.dev) with HtmlUnitDriver, I get the following error message:
TypeError: redeclaration of const n. (https://www.selenium.dev/js/main.min.0a56205ed1c75268f017591e5418fdb944578a279fe7c7abe3981ebed191c341.js#5)
The code is minified, which makes it difficult to read and obscures the specific declaration that's triggering the error, but it appears that the error report is incorrect. Although there are 52 declarations of const n, each of them appears to be defined in a distinct block scope.
The text was updated successfully, but these errors were encountered:
Opening the Selenium project web site (https://selenium.dev) with HtmlUnitDriver, I get the following error message:
The code is minified, which makes it difficult to read and obscures the specific declaration that's triggering the error, but it appears that the error report is incorrect. Although there are 52 declarations of
const n
, each of them appears to be defined in a distinct block scope.The text was updated successfully, but these errors were encountered: