-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Hello,
This is my first issue so my apologies if I mess anything up.
I ran webdriver-manager update the other day as it a testing session could not be started (this appeared to be due to a chrome update). Then I noticed that .getAttribute('outerHTML') started returning null where it was previously working. I reported this to my colleagues and it worked on their systems, until they did the update. We tested one system specifically and .getAttribute('outerHTML') worked immediately before running webdriver-manager update and then it failed afterwards.
webdriver-manager version tells me that I am running I/version - webdriver-manager 12.1.7 which is a little confusing as i can see that webdriver-manager 12.1.8 was released 5 months ago.
We are using
Protractor: Version 5.4.3
Jasmine: jasmine v3.5.0 jasmine-core v3.5.0
Chrome : Version 91.0.4472.77 (Official Build) (64-bit)
Is this issue known? is it just on my end? is anyone else experiencing this?