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.
我正在尝试单击“确定”按钮,即 Android 设备中的刻度线,但它发生了,因为键盘没有任何 xpath 值。有人可以帮我吗?
appium 上的按键是由 driver.press_keycode(code)
driver.press_keycode(code)
所有必需的代码都可以在这里找到
KEYCODE_ENTER
所以在你的情况下,最终代码就像,
driver.press_keycode(66)