Skip to content

Commit 59d7d99

Browse files
authored
feat: Add 'boundElementsByIndex' to Settings (added in appium 1.18.0) (#1418)
1 parent 458cd69 commit 59d7d99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/appium/java_client/Setting.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public enum Setting {
4444
MJPEG_SCALING_FACTOR("mjpegScalingFactor"),
4545
KEYBOARD_AUTOCORRECTION("keyboardAutocorrection"),
4646
KEYBOARD_PREDICTION("keyboardPrediction"),
47+
BOUND_ELEMENTS_BY_INDEX("boundElementsByIndex"),
4748
// Android and iOS
4849
SHOULD_USE_COMPACT_RESPONSES("shouldUseCompactResponses"),
4950
ELEMENT_RESPONSE_ATTRIBUTES("elementResponseAttributes"),

0 commit comments

Comments
 (0)