我需要一些有关如何解决Robot Framework中错误的帮助
这是在我的测试编辑下
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
test_1
Open Browser https://robotframework.org/ chrome
但是当我运行它时,它会给我这个结果
command: robot --argumentfile
c:\users\montec~1\appdata\local\temp\RIDEhqx71l.d\argfile.txt --listener
C:\Python27\lib\site-
packages\robotide\contrib\testrunner\TestRunnerAgent.py:49543:False
C:\Users\montec\Documents\RobotFramework\TestProject
'ascii' codec can't encode character u'\xf1' in position 16: ordinal not in
range(128)
argfile.txt
--outputdirc:\users\montec~1\appdata\local\temp\RIDEhqx71l.d-Coff-W106
我正在使用 python 2.7.16 和 wxPython2.8-win64-unicode-2.8.12.1-py27 RIDE