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.
我在 32 位 Windows 操作系统上使用 Firefox 版本 26。Sendkeys() 函数可以很好地与 webdriver 一起使用,但是当使用 selenium 网格运行时,它太慢了(每次击键需要 2-4 秒)
这是预期的,因为在您的测试和浏览器之间有一个额外的集线器/节点层。另一个增加执行时间的因素是测试机器配置(处理器、RAM、....)和网络延迟。您应该在测试机器上确保的一件事是至少有一个双核处理器。