Skip to content

Conversation

sudharsan-selvaraj
Copy link
Contributor

Change list

Added new locator strategies AppiumBy.flutterDescendant and AppiumBy.flutterAncestor to support flutter's descendant and ancestor finders.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@saikrishna321
Copy link
Member

@sudharsan-selvaraj Please fix the CI for checkstyle

@sudharsan-selvaraj
Copy link
Contributor Author

sudharsan-selvaraj commented Oct 9, 2025

I'm currently looking into the test failure for ios and will address it.

}

static String formatLocator(FlutterBy of, FlutterBy matching, Map<String, Object> properties) {
Map<String, Object> locator = new HashMap<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we also use Map.of like above?

@SrinivasanTarget SrinivasanTarget merged commit 407247b into appium:master Oct 9, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants