gonnsuarez
gonnsuarez
Thanks @abhinavsingh for quiclky answer this thread. So, to sort out how it works, `paramiko` let you build from low level all the `TCP` interaction needed to create SSH connections,...
Hi @abhinavsingh, I'm wondering if maybe you were able to make some advance in this problem with paramiko and tunneling? I've tried some workarounds with subprocess, pexpect, wexpect, and those...
Founded that launching the reverse tunnel provided by this example in an independent Thread appears to work for now, https://github.com/paramiko/paramiko/blob/main/demos/rforward.py Not sure if it is the best solution, I will...
> For now you can patch the chromedriver that is used by remote with patch_exe function in https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/master/undetected_chromedriver/patcher.py. Hi @auror44, thanks for this idea, I was trying it, downloading a...
Hi Team, agree with Anticope12, fantastic tool, thanks! Also trying to achieve the same thing here, I'm running a selenium grid with docker containers with some chrome nodes: https://github.com/SeleniumHQ/docker-selenium/blob/trunk/docker-compose-v3-swarm.yml and...
Hi @Anticope12, I'm not sure of understanding how this selenium wire module can help us in the objetive of implementing the undetected chromedriver in a remote computer, I will appreciate...
I've done some further testing trying to adapt calls that uc.Chrome makes on selenium library but I founded that the key problem is what [sebdelsol](https://github.com/sebdelsol) mention in this comment: https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/617#issuecomment-1116263993...
Giving up on this idea I've started working with a windows 10 virtual machine with python, undetected_chromedriver and a little [rpyc](https://rpyc.readthedocs.io/en/latest/) server that works as kind of "chrome hub" and...