Python: Headless mode picks up the older version of chrome
问题 I am trying to automate sending a text message using python & selenium from https://voice.google.com/about . When I run below code, it picks up the lattest version/ instance of google chrome and works fine. But, when I run it headless mode, it uses an older version of google chrome(guessing from screenshot) and gives TimeoutException() exception. It fails while logging in. I checked an element id of sign in box in an IE emulator and it appears to be the same. url = "https://voice.google.com