Selenium fails to locate the iframe by ID and Name.
ID
Name
This is for an automated checkout test on Shopify. The specific issue lies within the p
Are you tried to use driver.switchTo().defaultContent(); before switchTo.frame ?
Maybe you aren't out of all the frames
driver.switchTo().defaultContent(); driver.switchTo().frame("card-fields-number-b1kh6njydiv00000"); System.out.println("Found iframe");