Skip to content

Commit bf6b14a

Browse files
Fix session payload for W3C
1 parent 7cbdcd4 commit bf6b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/remote/NewAppiumSessionPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public void writeTo(Appendable appendable) throws IOException {
268268
json.name(CAPABILITIES);
269269
json.beginObject();
270270

271-
json.name(DESIRED_CAPABILITIES);
271+
json.name(ALWAYS_MATCH);
272272
json.write(first);
273273

274274
// Then write everything into the w3c payload. Because of the way we do this, it's easiest

0 commit comments

Comments
 (0)