vinhliem

Results 9 comments of vinhliem

To make it clear, i have one selenium hub located at US, my proxy which let selenium hub used to get through in Singapore and my local machine which i...

@wkeeling Thanks for pointing out, i will do a test then confirm later

I did try, but seems not work at my side. The main idea is that we need neutral node between our proxy and hub which available on both sides to...

> Thanks for raising this. > > If you're running a remote webdriver instance then you have to use the `--proxy-server` argument to point Chrome back at Selenium Wire. Selenium...

In my opinion, if you set up your grid by pod (container) on your k8s then talking with proxies and returning back to selenium wire your local machine, so you...

> Make sure to add the following to the options of your Chrome driver: > > ```python > from selenium import webdriver > from tempfile import mkdtemp > def my_fn():...

The main ideal that you should use the same version of Chrome and Chromium, but I suggest that you should run your chromedriver by Docker due to it supports up...

> > > Make sure to add the following to the options of your Chrome driver: > > > ```python > > > from selenium import webdriver > > >...

> > > > > Make sure to add the following to the options of your Chrome driver: > > > > > ```python > > > > > from...