MacMarde

Results 12 comments of MacMarde

@pearsonkyle How do you use v1? It seems like v1 can no longer be used, because "import undetected_chromedriver as uc" is the same now as "import undetected_chromedriver.v2 as uc"

I have found a partial solution: I did use: `browser.switch_to_frame(browser.find_element_by_id('enforcementFrame'))` Afer I have switched to this iframe "enforcementFrame" I can now use the above javascript function to enter the valid...

I think I have found the relevant website code. But I do not know what to do with it. Any help welcome. ![funcaptcha_callback](https://user-images.githubusercontent.com/50266741/97261350-f006e000-181e-11eb-8dcc-b2f406b63dc2.png)

I do not have a solution. There is someone who sells a solution: https://gitter.im/python-anticaptcha/ Just ask. I would also want to have a solution but I do not want to...

Something similat to this: https://groups.google.com/g/chromedriver-users/c/Z_CaHJTJnLw I am getting "target frame detached" errors. It only occurs when I am using my own proxy extension with python, which I do need to...

@sebdelsol Sorry I did forget to answer you. What exactly should seleniumwire be good for in my case? I do not think my code is wrong, because it did work...

@sebdelsol But I have a suspicion. It seems like the issue only occurs when I let my bot run with active Remote Desktop. It seems like no errors occur, when...

@sebdelsol I have tried #708 and it seems like it really fixed my issue. Thanks a lot.

@sebdelsol Unfortunately it turned out it is still not working. It is running fine on a system where I do not use proxies and still a problem on a system...

@sebdelsol Thank you. Ok I am gonna test seleniumwire in the future with a separated setup to be sure it is working before applying it. Regarding the proxy extension for...