标签: selenium automation webdriver sendkeys
对于使用Selenium进行自动化测试,我发现使用webdriver.keyboard.senkeys(elementCoordinates)似乎是一种比webElement.sendKeys()更可靠的定位和发送密钥的方法。基本上,它们都应该设计为同样的功能,但为什么一个可以工作但有时另一个不起作用?