Unable to click open in pdf download page using C# selenium. how to make the driver understand the iframe and make the selection?
PDF download page
Selenium code I tried:
driver.SwitchTo().Window(driver.WindowHandles.Last());
driver.SwitchTo().Frame(0);
driver.FindElement(By.LinkText("Open")).Click();
Facing this issue: