We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/mdmintz/sails-demo-app/actions/runs/6054889709
(The Python 3.7 tests were still successful because they were using selenium 4.11.2)
4.11.2
Errors that were seen in the console after upgrading to selenium 4.12.0:
4.12.0
TypeError: _.cloneDeep is not a function
TypeError: _.isNull is not a function
Related ticket: SeleniumHQ/selenium#12659
The problems are being caused by _ being overwritten by Selenium.
_
(SeleniumBase should rollback the Selenium version until the issue is fixed, unless they ship a fix first.)
The text was updated successfully, but these errors were encountered:
This was resolved in 4.18.1 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.18.1
4.18.1
Sorry, something went wrong.
Vue tests are now passing with seleniumbase 4.18.1 after downgrading to selenium 4.11.2: https://github.com/mdmintz/sails-demo-app/actions/runs/6058907374
mdmintz
Successfully merging a pull request may close this issue.
Vue tests failed after upgrading to selenium 4.12.0
https://github.com/mdmintz/sails-demo-app/actions/runs/6054889709
(The Python 3.7 tests were still successful because they were using selenium
4.11.2
)Errors that were seen in the console after upgrading to selenium
4.12.0
:TypeError: _.cloneDeep is not a function
TypeError: _.isNull is not a function
Related ticket: SeleniumHQ/selenium#12659
The problems are being caused by
_
being overwritten by Selenium.(SeleniumBase should rollback the Selenium version until the issue is fixed, unless they ship a fix first.)
The text was updated successfully, but these errors were encountered: