I have a site that embeds an iFrame with a sage Pay credit card section. I am not able to see anything within the iframe via Selenium. I have tried switching to the actual iframe (using index, web element and name) and then even trying to navigate to its iframe, but I am simply not able to see any of the html within the iframe itself using Selenium. I can see it within devTools. I assume Selenium cannot see it because it is secure? How can I get to the contents of this iframe?
Asked
Active
Viewed 25 times
0
-
You should include code trials, any exceptions, and page markup. – pcalkins May 20 '20 at 19:55
-
i am including the html and the items I have tried – Troy B. Stauffer May 22 '20 at 10:38