当前位置:网站首页>The robot framework calls the JS interface and gets the return value

The robot framework calls the JS interface and gets the return value

2022-06-25 21:20:00 Strange meow

${open_success}=	Execute Javascript	return window._FicAppObj.getDebugStatus();
${result}	Convert To String	${open_success}[open_file_success]
Should Be Equal	${result}	True

原网站

版权声明
本文为[Strange meow]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202181330334549.html