我正在尝试自动测试包含项目列表的网页。
它是一个按钮"创建"在Google云端硬盘中使用扩展元素。
我已经使用XPath定位器来查找按钮"创建"(driver.FindElement(By.XPath(""))
,但我不知道如何访问扩展元素并使用C#和webdriver点击它们。 / p>
以下是代码。请帮帮我。
`<div tabindex="0" class="j-Ta-pb f-e f-e-dg a-Da-e" role="button" aria-label="Создать" style="-moz-user-select: none;" guidedhelpid="new_menu_button" aria-expanded="false" aria-haspopup="true">
<div class="j-Ta-pb f-e-og-aa">
<div class="j-Ta-pb f-e-qb-aa">
<div class="j-Ta-pb f-e-rf" aria-hidden="true">Создать</div>
<div class="j-Ta-pb f-e-Tc"> </div></div></div></div>`