Hello all,
anyone else having this issue, I’m not able to use the web recorder or run any of my test cases in chrome due to the chromedriver supports 76 and I’m on chrome 77.
Hello all,
anyone else having this issue, I’m not able to use the web recorder or run any of my test cases in chrome due to the chromedriver supports 76 and I’m on chrome 77.
Hi @astrumm
You can update the Web Driver automatically:
Or manually download the ChromeDriver suitable for your chrome version and replace it within the directory of Katalon:
Thanks for the info.