Skip to content

Commit 521ef10

Browse files
add supported version to javadoc comments
1 parent d1711b9 commit 521ef10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public static FlutterBy flutterSemanticsLabel(final String semanticsLabel) {
254254
}
255255

256256
/**
257-
* This locator strategy is available in FlutterIntegration Driver mode.
257+
* This locator strategy is available in FlutterIntegration Driver mode since version 1.4.0.
258258
*
259259
* @param of represents the parent widget locator
260260
* @param matching represents the descendant widget locator to match
@@ -271,7 +271,7 @@ public static FlutterBy flutterDescendant(
271271
}
272272

273273
/**
274-
* This locator strategy is available in FlutterIntegration Driver mode.
274+
* This locator strategy is available in FlutterIntegration Driver mode since version 1.4.0.
275275
*
276276
* @param of represents the parent widget locator
277277
* @param matching represents the descendant widget locator to match
@@ -282,7 +282,7 @@ public static FlutterBy flutterDescendant(final FlutterBy of, final FlutterBy ma
282282
}
283283

284284
/**
285-
* This locator strategy is available in FlutterIntegration Driver mode.
285+
* This locator strategy is available in FlutterIntegration Driver mode since version 1.4.0.
286286
*
287287
* @param of represents the child widget locator
288288
* @param matching represents the ancestor widget locator to match
@@ -294,7 +294,7 @@ public static FlutterBy flutterAncestor(final FlutterBy of, final FlutterBy matc
294294
}
295295

296296
/**
297-
* This locator strategy is available in FlutterIntegration Driver mode.
297+
* This locator strategy is available in FlutterIntegration Driver mode since version 1.4.0.
298298
*
299299
* @param of represents the child widget locator
300300
* @param matching represents the ancestor widget locator to match

0 commit comments

Comments
 (0)