katalon-studio / katalon-testops

Manage automation results, like you test it manually
https://www.katalon.com/testops/
12 stars 18 forks source link

[Bug] #194

Closed sebafares1975 closed 2 years ago

sebafares1975 commented 2 years ago
Description session not created: This version of ChromeDriver only supports Chrome version 92 Current browser version is 94.0.4606.61 with binary path - Katalon Studio Version: 8.1.0 - OS Version: Windows 10 pro Version 21H1 - Browser Version: Versión 94.0.4606.61 (Build oficial) (64 bits) Steps to Reproduce: 1. cmd 2. run command generate Expected behavior: testOps report Screenshots:
lieuhuynh1811 commented 2 years ago

Hi sebafares1975, Your web driver version is out of date. In the console mode, you can use this command argument, --config -webui.autoUpdateDrivers=true, to allow WebDriver binaries to be updated automatically. Thanks.