echo

Results 12 comments of echo

@auror44 Hello, is my error related to the version python: 3.8 undetected_chromedriver: 3.0.3 import undetected_chromedriver as uc uc.patcher( executable_path='http://127.0.0.1:4444/wd/hub', force = False, ) uc.TARGET_VERSION = 100 driver = uc.Chrome() test...

@Wamy-Dev @Anticope12 Hello, have you found a solution, can you share it with me, I haven't solved the problem above, I hope you can help me

@Wamy-Dev Thanks for your reply, https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/594#issuecomment-1104685375 Have you found a solution to this problem? Remote support reported an error

![image](https://user-images.githubusercontent.com/103085000/166267177-11a2dcfc-323a-4718-bd5f-13879aff79a2.png)

@Wamy-Dev 我的错误与python版本有关吗:3.8 undetected_chromedriver: 3.0.3 import undetected_chromedriver as uc uc.patcher( executable_path=' http://127.0.0.1:4444/wd/hub ', force = False, ) uc。 TARGET_VERSION = 100 driver = uc.Chrome() test = driver.get(' https://www.google.com.hk/ ') print(driver.title) driver.close()

Hello, have the data marked in red been obtained?

> 恐怕这并不能说明什么,您可以尝试从终端打开应用程序来查看其输出吗?

> 恐怕这并不能说明什么,您可以尝试从终端打开应用程序来查看其输出吗? It used to work before, but recently it suddenly stopped responding when I opened it. Even if I download and install it again, it doesn't work. How to...