How to count iframe elements? How to specify an iframe if xpath is defined within driver.findElements method?

Hello,
Please help me to count elements that are in iframe. How should I specify an iframe here?

List listOElements  = driver.findElements(By.xpath("//*[contains(text(), ‘ElementTitle')]"))

def countOfElements = listOfElements.size()

Thank you in advance for your answers!