Hi, is there a way to add query to http send out? #1082
Closed
kocoten1992
started this conversation in
General
Replies: 2 comments
|
I'm not sure why and what you want to achieve, but this looks like usecase for Selenium server grid. |
0 replies
|
thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've a situation, I have chromedriver running on a different machine than php-webdriver.
A is the machine have chromedriver and A have nginx proxy before chromedriver.
I call php-webdriver from B to A, but there is a problem.
I run multiple chromedriver instance on A, and I could config nginx to dynamically map a request to an internal chromedriver, for example:
I could call it like this: example.com?port=9515, but is there a way for me to modify out going http from php-webdriver? Specifically I'm looking for add
port=9515.All reactions