Open drprolegend opened 2 years ago
How can i solve? import undetected_chromedriver as uc uc.install() AttributeError: module 'undetected_chromedriver' has no attribute 'install'
import undetected_chromedriver as uc uc.install()
Remove uc.install() will work good
How can i solve?
import undetected_chromedriver as uc uc.install()
AttributeError: module 'undetected_chromedriver' has no attribute 'install'