gpt4 book ai didi

webdriver - 如何通过 SendKeys 发送特殊字符?

转载 作者:行者123 更新时间:2023-12-04 02:23:40 29 4
gpt4 key购买 nike

我正在尝试在 Selenium2 中填写表格。

一个输入有一个我想关闭的自动完成,最好是在搜索词之后发送 esc 。
IE。类似 driver.FindElement(By.Id("InputWithAutocomplete")).SendKeys("SearchTerm/ESC");
我还想发送的键包括 del 和 ctrl+ a。

是否有我可以使用的特殊字符列表?

我正在使用 Selenium for .NET 2.8 和 FirefoxDriver。

最佳答案

尝试这个:

WebElement list1;    
list1=firefoxDriver.findElement(By.name("lst"));
list1.sendKeys(Keys.CONTROL);

关于webdriver - 如何通过 SendKeys 发送特殊字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7875416/

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