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
Two methods needed, one to get the network connection, the other to set it.
The network connection is specified as a bitmask, the details of which are here. Feel free to make whatever structure would be idiomatic for the values.
Getting the connection (e.g., wd):
GET, /wd/hub/session/:sessionId?/network_connection
Setting the connection (e.g., wd):
POST, /wd/hub/session/:sessionId?/network_connection
with payload like "parameters": { "type": 1 }
The text was updated successfully, but these errors were encountered:
Two methods needed, one to
get
the network connection, the other toset
it.The network connection is specified as a bitmask, the details of which are here. Feel free to make whatever structure would be idiomatic for the values.
Getting the connection (e.g., wd):
GET,
/wd/hub/session/:sessionId?/network_connection
Setting the connection (e.g., wd):
POST,
/wd/hub/session/:sessionId?/network_connection
with payload like
"parameters": { "type": 1 }
The text was updated successfully, but these errors were encountered: