RF之TypeError: Object of type 'bytes' is not JSON serializable
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RF之TypeError: Object of type 'bytes' is not JSON serializable相关的知识,希望对你有一定的参考价值。
参考技术A 最近在适时的用python3+RF写自动化测试脚本,在创建字典的时候一直有个数据提取出来时bytes类型,所以在执行测试用例时提示报错:TypeError: Object of type 'bytes' is not JSON serializable,具体显示是提取到的数据放到传到字典中显示为b"xxx"
解决办法:引用内置库String里面的关键字Decode Bytes To String进行转换即可
具体String库的Decode Bytes To String及其他关键字用法用法可以自行百度或上官网查看: http://robotframework.org/robotframework/latest/libraries/String.html
以上是关于RF之TypeError: Object of type 'bytes' is not JSON serializable的主要内容,如果未能解决你的问题,请参考以下文章
TypeError:object of type ‘WebElement’ has no len()
导入“React-Magnific-Popup”包时出现错误“TypeError: Cannot read property 'object' of undefined”
TypeError: Object of type datetime is not JSON serializable问题解决
TypeError: Object of type datetime is not JSON serializable问题解决
写chrome插件TypeError: Error in invocation of tabs.create(object createProperties
将 pandas 数据附加到 hdf 存储,得到 'TypeError: object of type 'int' has no len()' 错误