gpt4 book ai didi

c# - 未单击按钮(selenium c#)

转载 作者:太空宇宙 更新时间:2023-11-03 12:09:06 24 4
gpt4 key购买 nike

只是尝试在下面的代码中点击“导出”按钮,但它没有点击按钮

driver.FindElement(By.XPath("//span[@class='ui-button-text' and contains(.,'Export')]")).Click();

外部 HTML 代码

导出

<span class="ui-button-text" style="">Export</span>

最佳答案

使用

driver.FindElement(By.XPath("//span[@class='ui-button-text' and contains(.,'Export')]")).click();

(小写 click())。

关于c# - 未单击按钮(selenium c#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53373743/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com