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 Feb 26, 2024. It is now read-only.
Selenium
WebElement#getOuterHtml()API is deprecated.https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md
As suggested me by @lmtierney on #selenium(freenode) this API call should be simply replaced by a simple
element.getAttribute('outerHTML')