You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I have troubles understanding the idea or I missed something big but shouldn't there be an option for assigning Grid nodes ports automatically?
There is no chance for handling registration dynamically unless having a governor app written.
Let's say we try to register node with port -1 to a hub...
Expected Behaviour (or desired one) -
Hub assings one free port outta it's pool and node might get info about what port it gets.
f.ex. Hub pool is (5000, 5030) and node gets first free which is 5001
Actual Behavior -
At the moment node crashes.
The text was updated successfully, but these errors were encountered:
Meta -
Selenium Version:
Perhaps I have troubles understanding the idea or I missed something big but shouldn't there be an option for assigning Grid nodes ports automatically?
There is no chance for handling registration dynamically unless having a governor app written.
Let's say we try to register node with port -1 to a hub...
Expected Behaviour (or desired one) -
Hub assings one free port outta it's pool and node might get info about what port it gets.
f.ex. Hub pool is (5000, 5030) and node gets first free which is 5001
Actual Behavior -
At the moment node crashes.
The text was updated successfully, but these errors were encountered: