How to build a query to get an element that contains another element by static text.
Example: Get the first table cell that contains a label with text "cool cell"
I need it because I have different cells and I want to get a cell that contains a specific text. Note that I'm interested to get the cell because I need to make sure that the cell contains another elements. The goal is to make sure that the cell with the title "I'm a cell" has also a label with text "cool"