Closed
Description
hi i use uc before like this :
options.add_argument('--ignore-ssl-errors=yes')
options.add_argument('--ignore-certificate-errors')
options.add_argument('--proxy-server='+proxy)
driver = uc.Chrome(options=options)
but
i cant use options know
driver = Driver(uc=True,options=options)
error: Driver() got an unexpected keyword argument 'options'
how can i use it like before?