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.
I'm running some protractor e2e tests, and I'm getting errors like:
[16:43:19] E/plugins - TypeError: elem.getOuterHtml is not a function
This is caused because the module still uses thee deprecated getOuterHtml() method.
This issue was fixed in this repo, getOuterHtml was removed and replaced correctly by getAttribute("outerHTML"), but this change was not published. The latest version is 0.3.0, dated 2 years ago.
I'm running some protractor e2e tests, and I'm getting errors like:
[16:43:19] E/plugins - TypeError: elem.getOuterHtml is not a function
This is caused because the module still uses thee deprecated getOuterHtml() method.
This issue was fixed in this repo, getOuterHtml was removed and replaced correctly by getAttribute("outerHTML"), but this change was not published. The latest version is 0.3.0, dated 2 years ago.
protractor-accessibility-plugin/index.js
Line 181 in d0cca18
It would be from great help if you publish the latest code. Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: