Harry

Results 8 comments of Harry

Browsermobproxy is from a time before docker containers. If you run your browser in the container, and the proxy outside it, you will need to make a small change to...

Hey Karen, If you're new to docker, you have to consider localhost inside docker is different to localhost on your host PC. If you want the browser running in your...

Suggested workaround for the time being: * Use brew to install the protobuf cli locally `brew install protobuf` https://formulae.brew.sh/formula/protobuf * Set the **protocCommand** property to **protoc** I was able to...

@afrazmuhsin -I suspect you’re running Jenkins on a Linux agent? Docker runs natively on Linux, and doesn’t offer `host.docker.internal`. How you get round this depends entirely on how you run...

@afrazmuhsin how many containers are in use during the test? Does the browser and proxy run in the same container? Or is the proxy (running from your test code) running...

There may be an easier way - but I did manage to get it working using OperaOptions to load a custom profile: ``` OperaOptions operaOptions = new OperaOptions(); operaOptions.addArguments("user-data-dir", "~/Library/Application...

Happy to raise it as a separate ticket, but worth noting since this change, the chat box in the lobby no longer announces players leaving and joining. A small regression,...

> > ... the chat box in the lobby no longer announces players leaving and joining. A small regression... > > Should be [fixed today](https://store.steampowered.com/news/app/550/view/4103415032728534407). Nice, I’ll check it out!...