python's selenium “send_keys” with chrome driver drops characters

前端 未结 4 1970
青春惊慌失措
青春惊慌失措 2021-01-02 11:59

I am using selenium package with Python (https://pypi.python.org/pypi/selenium) with Windows 7. When I try to login to my facebook account I use the send_keys c

4条回答
  •  生来不讨喜
    2021-01-02 12:02

    Looks like there are (were) some bugs in the Chrome webdriver: https://code.google.com/p/chromedriver/issues/detail?id=435

    The core of the problem looks to be when either the keyboard is configured for a non-English language, or if the webdriver process and the chrome display are running in different language/environments (e.g., when going through a remote display from one host to another, etc.)

提交回复
热议问题