Add Espresso DataMatcher selector to clients #12372
Closed
Labels
Comments
|
Sure will raise it soon for java client @dpgraham |
|
@dpgraham we have it already in java client. @mykola-mokhnach has completed it. |
This was referenced Mar 22, 2019
|
@dpgraham Is there a way to test this in a test app? |
@akinsolb you can test like https://github.com/appium/ruby_lib_core/blob/fd2cbde5466a144ce8dccfc6cf330b969bcc8fd3/test/functional/android/android/search_context_test.rb#L47-L56 with real Appium server |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Espresso has a special selector strategy called Data Matcher. We need to add this to the clients.
The format is:
using="-android datamatcher", value="<JSON>"Acceptance Criteria:
(cc: @KazuCocoa @SrinivasanTarget @saikrishna321 @akinsolb let me know if you have time to help out with this)
The text was updated successfully, but these errors were encountered: