I am trying to run a protractor test, and had to include the following
chromeOptions: {
args: ["--incognito"],
w3c : false
}
Had to set w3c flag to false, as it was affecting the keyboard events. But by doing so, the test is failing in other scenario. I want to know what is happening when w3c is set to false.