Recently I have upgraded Chrome & started facing issue with Protractor tests. I am not able to click any webelement with click() function. I have to use javascript executor [browser.executeScript()] to click the webelement & it is working fine.
Current configuration I am using: Chrome- V66 Protractor- 5.3.0 Selenium server standalone jar- 3.12.0 Chromedriver- 2.38/2.37 Jasmine- 3.1.0 Windows- 10
can anyone help me on this.