----------ChromeDriver v2.33 (2017-10-03)---------- Supports Chrome v60-62 Resolved issue 2032: ChromeDriver crashes while creating DNS resolver [['Pri-1']] Resolved issue 1918: Get/SetWindowSize & Get/SetWindowPosition commands are failing on Chromev62+ [['Pri-1']] Resolved issue 2013: Android 8.0.0 webviews not supported [['Pri-2']] Resolved issue 2017: In mobileEmulation "element is not clickable" if it is outside the visible area [['Pri-2']] Resolved issue 1981: chromedriver does not respect excludeSwitches flag [['Pri-2']] Partially Resolved issue 2002: Add Cookie is not spec compliant [[]] Resolved issue 1985: FindElement raises the wrong error [[]]
下载完成后解压文件:
root@linuxidc:/home/linuxidc/下载# unzip chromedriver_linux64.zip Archive: chromedriver_linux64.zip inflating: chromedriver
然后把他放到/urs/bin下面即可
root@linuxidc:/home/linuxidc/下载# cp chromedriver /usr/bin/
测试是否成功
可以编写以下代码进行测试: