Question - Which attribute you should consider throughout the script in frame for “if no frame Id as well as no frame name”?
Answer -
You can use…..driver.findElements(By.xpath(“//iframe”))….
This will return list of frames.
You will need to switch to each and every frame and search for locator which we want.
Then break the loop