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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Breaking Changes
WebDriverJS has introduced changes in the way that Promises are handled in version
2.43. See https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md
- `webdriver.WebElement` has now been split into `webdriver.WebElementPromise`
and `webdriver.WebElement` so that it does not resolve to itself. This change
should be largely transparent to users.
- `WebElement.toWireValue` has been removed.
0 commit comments