Код: Выделить всё
link.pdf
Справочник по встроенному средству просмотра PDF
Код: Выделить всё
> #shadow-root(open)
> #shadow-root(open)
D5F1C5BE75754D2065258671002817C2_GAQC_Alert_No._421.pdf
Код: Выделить всё
frameElement = WebElementFinder.GetElement(Driver, XPATHOFFrame);
Driver.SwitchTo().Frame(frameElement);
IWebElement elementInsideIframe = Driver.FindElement(By.TagName("embed"));
IWebElement shadowHost1 = Driver.FindElement(By.Id("viewer"));
ISearchContext shadowRoot1 = shadowHost1.GetShadowRoot();
IWebElement shadowHost2 = shadowRoot1.FindElement(By.Id("toolbar"));
ISearchContext shadowRoot2 = shadowHost2.GetShadowRoot();
IWebElement shadowHost3 = Driver.FindElement(By.Id("downloads"));
ISearchContext shadowRoot3 = shadowHost3.GetShadowRoot();
IWebElement shadowHost4 = Driver.FindElement(By.Id("download"));
ISearchContext shadowRoot4 = shadowHost3.GetShadowRoot();
shadowRoot4.FindElement(By.Id("icon")).Click();
Подробнее здесь: https://stackoverflow.com/questions/792 ... um-c-sharp
Мобильная версия