Hello,
I'm really new to `Selenium` and I just wonder whether we are able to find the parent element or child element using Selenium:: WebDriver:: Element? For example, here are two UITableViewCell in the tableView and if I have gotten the top image element, how can I get the element with the text Wiki - R311 or the second image on the second UITableViewCell?
Moreover, I am using ruby to write the codes.

Thanks so much.