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')```
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')