What is the Monkey C syntax to access the contents of
label id="Date"
or to see if it is visible?
What is the Monkey C syntax to access the contents of
or to see if it is visible?
What is the opposite of
Date.setText("Monday");
to get the current contents and to know if it is being shown?
Date.isVisible works
but syntax for retrieving the contents is a mystery.