Element Send Keys is broken with Firefox 53 or newer

来源:互联网 发布:阿里云上传域名证书 编辑:程序博客网 时间:2024/06/05 16:23

Recently,I just found the automated function test with selenium will failed.
and i search the Web and find what is the root cause of it, we need to update the geckodriver to the latest version.

The steps to configure this are as follows

1. pip install -U selenium -> Selenium to 3.4 or greater


2. find the selenium version ->pip show selenium



3. Downlod the latest geckodriver from https://github.com/mozilla/geckodriver/releases



It could work fine again!
阅读全文
0 0
原创粉丝点击