Selenium sendkeys drops character with Chrome Driver

后端 未结 4 1522
时光取名叫无心
时光取名叫无心 2021-01-04 06:53

Selenium sendkeys with Chrome Driver drops character \"2\" and \"4\". Other characters are OK. When I use other browser (IE or FF), everything is OK.

code:



        
4条回答
  •  爱一瞬间的悲伤
    2021-01-04 07:21

    I also experienced this problem when connecting to a VM using VNC and then running the Selenium test that way.

    The VNC was actually the one dropping characters. Once I moved to a direct connection to the VM using the VirtualBox console... it worked fine.

提交回复
热议问题