I use the "--cdp" flag to connect to my own cloud browser relay. Starting somewhere after agent-browser v0.17.1, it stopped passing URL query parameters. They are now always empty. The issue occurs with both WS and HTTP connections.
Examples:
agent-browser --cdp ws://192.168.2.240:5095/devtools/browser/relay?mode=Hello open google.com
On the server side the mode is always empty
agent-browser --cdp http://192.168.2.240:5095?mode=Hello open google.com
On the server side the mode is always empty
I use the "--cdp" flag to connect to my own cloud browser relay. Starting somewhere after agent-browser v0.17.1, it stopped passing URL query parameters. They are now always empty. The issue occurs with both WS and HTTP connections.
Examples:
agent-browser --cdp ws://192.168.2.240:5095/devtools/browser/relay?mode=Hello open google.com
On the server side the mode is always empty
agent-browser --cdp http://192.168.2.240:5095?mode=Hello open google.com
On the server side the mode is always empty