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!