Juan Fran Martín

Results 15 comments of Juan Fran Martín

Thanks @ClericPy ,it open the browser in the page, when the browser stops loading, loads the recaptcha but It looks that the response that returns me its without recaptcha url....

@ClericPy can you implement one day an API request like this and pass a proxy as a parameter in the payload to the API call? It's better like this because...

Another thing that I've noticed is that in the user-agent headless replacement: ```python self.execute_cdp_cmd( "Network.setUserAgentOverride", { "userAgent": self.execute_script( "return navigator.userAgent" ).replace("Headless", "") }, ) ``` I don't know why but...

@ilike2burnthing my main problem is that i cannot install Xvfb on MacOS

> Tried XQuartz? yessir now the project is set up, let's see what I can fix

> > > Unfortunately, currently this only works on Windows, and the looping challenges return if using proxies or VPNs. > > > > > > > I'll have a...

> > > > > Unfortunately, currently this only works on Windows, and the looping challenges return if using proxies or VPNs. > > > > > > > >...

Thanks @ACB-prgm , do you know if this project is still maintained?

@ACB-prgm I meant the main branch, but the last commit was on Feb,17 of this year. To check if the owners of this project will review all the pull requests...

@sansyrox Thanks. It could be good for me with the API folder structures, some .py files inside of it and some code inside those .py files. For example a simple...