I am willing to sacrifice that to make my code les...
# announcements
m
I am willing to sacrifice that to make my code less verbose. i.e.
$("LinearLayout[id=container] > Button:nth-child(2)")
is less verbose than
findViewsBySelector("LinearLayout[id=container] > Button:nth-child(2)”)