Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何单击此元素
< a id="copyclipboard" onclick="return false;" href="#">Copy to clipboard < /a >
使用 selenium web 驱动程序和 java 脚本?
我试过了driver.findElement(By.id("copyclipboard")).click(),如果我检查clipbrd.exe文件,则不会复制任何内容。
driver.findElement(By.id("copyclipboard")).click()
clipbrd.exe
请让我知道我该如何解决这个问题?
没有任何内容被复制,因为它与脚本返回无关false。
false