app.otherElements["the-lab-page"].children(matching: .image)["TheLab_Moon"]
How to find the loctor or identifier in XCUITEST Framework, it is single element I used all types of combinations such as
app.scrollViews.matching(identifier: "TheLab_Moon")
app.otherElements.matching(identifier: "TheLab_Moon")