4

使用 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 能够上传文件并通过测试用例。

4

1 回答 1

7

在 Chrome 上,您可以转到:窗口 > 更多工具 > 扩展 > Selenium IDE > 详细信息

然后打开“允许访问文件 URL”选项。

我遇到了同样的问题,这对我有用。

于 2019-09-03T15:28:34.840 回答