Scott Babcock
Scott Babcock
There was an issue filed about one year ago that seems related to what I'm seeing: #12640
Also #14216 The Appium-specific logic added to **RelaySessionFactory** is a direct result of incorporating too much processing on `new session` requests. Decisions about how to handle unspecified values should be...
The W3C specification confirms my instincts. https://www.w3.org/TR/webdriver1/#new-session > ... an intermediary node cannot forward extension capabilities specific to that implementation to an endpoint node... The spec strongly recommends that vendor-specific...
@VietND96 Capabilities with "simple" values (Boolean/Number/String) should be considered for slot matching, even if their capability names specify a prefix. Capabilities with "complex" values (Array/Object) should be ignored for slot...
@VietND96 Regarding the `nord:options` extension capability, this is specified as an object, which will be ignored for purposes of slot matching. Regarding the test statements you've specified, these capabilities have...
I still want this issue to be considered at some point. Adding a comment to prevent closure.
Are the affected machines running with VPN connections? It may be insufficient to specify `localhost`; you may need to use a strategy like this to identify the proper internal address:...