无法通过带有 WebDriver(Java 驱动)的自定义 XPath在https://cloud.google.com/products/calculator/上找到“实例数”字段
我已经尝试过 xpath: //input[@name = "quantity" and @id="input_52"] 它与 Ctrl + F 配合使用 Chrome 检查代码功能时效果很好,但不适用于 WebDriver
这是 Idea 中的堆栈跟踪消息:org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//input[@name = "quantity" and @id="input_52"]"}
提前感谢您的帮助
蛊毒传说
相关分类