Created
September 7, 2019 10:17
-
-
Save rakib10rr3/1167a2b789c7ba9f87a359f0838d9212 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
onView(withClassName(Matchers.equalTo(DatePicker::class.java.name))).perform(PickerActions.setDate((1935..2007).random(), (1..12).random(), (1..31).random())) | |
onView(withId(android.R.id.button1)).perform(click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment