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.
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
It does not break anything, but is annoying. I would like to get rid of it once and for all. It comes from the following dependency chain webdriver-js-extender -> selenium-webdriver@2.* -> tmp. One possible fix would be to update selenium-webdriver dependency for webdriver-js-extender or replace it with peer dependency. There is even a PR trying to do that - angular/webdriver-js-extender#12. However it didn't get any attention and @sjelin does not seem to be active on Github for almost a year. I just thought that maybe somebody from the Protractor team can give webdriver-js-extender some maintainer love :) Or if it is not possible maybe Protractor can consider dropping/replacing webdriver-js-extender.
bchew, yeikel, isaactorresmichel, kaedwen, mmlinford and 26 more