identify total number of iframes with selenium

Solutions on MaxInterview for identify total number of iframes with selenium by the best coders in the world

showing results for - "identify total number of iframes with selenium"
Nassim
27 May 2016
1Int size = driver.findElements(By.tagName("iframe")).size();
2