I am new to the katalon and automated website scripting and I do not know how to use another web driver in katalon.
My script detected by some website so I need to use a undetected driver.
I have installed undetected-chromedriver using pip and also added the following command in my script.
However, this error occur.
unable to resolve class undetected_chromedriver
import undetected_chromedriver as uc
driver = uc.Chrome()
driver.get(‘https://nowsecure.nl’)
Thanks!