1、老师用的是genymotion,我用的是android studio的android 6.0,录播中老师输入验证码时没有弹出输入法,是设置了什么?

2、我尝试用self.driver.switch_to.alert.accept()来解决,报错如下:
E selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not proxy. Proxy error: Could not proxy command to remote server. Original error: 404 - "unknown command: session/e75cfb0a167773a0cc4599c7f13787c2/alert/text"
..\..\..\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py:242: WebDriverException
禁用键盘就行了
使用"unicodeKeyboard": True,
或者这模拟器里禁用掉键盘