使用 selenium ide 为反应应用程序记录测试用例,但无法从 selenium-ide 上传文件。React-dropzone 包用于文件上传。
尝试使用命令“类型”和“发送密钥”,但没有奏效。
硒化物:3.6.0 铬:74.0.3729.108
尝试使用 firefox,但收到错误消息“目前仅 Chrome 支持文件上传”
Command: type
Target: css=input[type=file]
Value: c:\fakepath\test.png
Error: {"code":-32000,"message":"Not allowed"}
Command: send keys
Target: css=input[type=file]
Value: c:\fakepath\test.png
Error: Element is not currently interactable and may not be manipulatedElement is not currently interactable and may not be manipulated
selenium ide 能够上传文件并通过测试用例。