There was an error while loading. Please reload this page.
1 parent 7cbdcd4 commit bf6b14aCopy full SHA for bf6b14a
src/main/java/io/appium/java_client/remote/NewAppiumSessionPayload.java
@@ -268,7 +268,7 @@ public void writeTo(Appendable appendable) throws IOException {
268
json.name(CAPABILITIES);
269
json.beginObject();
270
271
- json.name(DESIRED_CAPABILITIES);
+ json.name(ALWAYS_MATCH);
272
json.write(first);
273
274
// Then write everything into the w3c payload. Because of the way we do this, it's easiest
0 commit comments