Как обновить веб-драйвер Chrome в NoraUi?
Каков точный процесс обновления веб-драйвера для данного браузера в NoraUI?
Устаревшие веб-драйверы вызывают следующую ошибку:
org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 80 Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
1 ответ
Решение
- проверьте свою версию Chrome
- убить весь процесс webdriver
- удалите локальный веб-драйвер
- отредактировать pom.xml
- найдите свою версию на https://chromedriver.chromium.org/
- скопировать версию в
profile(preIC) > build > plugins > plugin(download-maven-plugin) > executions > execution(download-googlechrome-webdriverxxxx) > configuration > url
- найдите свой ETag на https://chromedriver.storage.googleapis.com/index.html?path=83.0.4103.39/
- скопировать ETag в
profile(preIC) > build > plugins > plugin(download-maven-plugin) > executions > execution(download-googlechrome-webdriverxxxx) > configuration > md5
- запустить робот