Can I get the descendant label of a table view cell using ruby?
I want to do the equivalent to this:
query(“UIATableViewDateTimeCell text:‘Course Start Date’ descendant label”)[1][‘label’]
Is this is possible by Ruby/Appium?
Thank you in advance for the help.