jmutidjo

Results 4 comments of jmutidjo

@Harsha509 I believe I am also running into a related issue. My browser auto-updated to Chrome 76 and now browser.actions().sendKeys(protractor.Key.TAB).perform(); doesn't work in my Protractor tests. [Here's the link to...

@Harsha509 element(by.css('body')).click(); worked to make the drop down disappear. Thank you very much!

I'm also running into this issue on Chrome 76 for browser.actions().sendKeys(protractor.Key.TAB).perform(); and all keystrokes. I hope this is indeed fixed in Chrome 77. From what I see v.77 will be...