selenium : TypeError: object of type ‘float‘ has no len()

使用selenium时报错 TypeError: object of type 'float' has no len() 。

显然selenium不允许直接输入浮点类型数据(字符串与整形可以)。

但是问题excel中这个数据值为空,只能猜测不同电脑打开excel时格式不同影响读取数据。

将该数据使用str强制转为字符串,问题解决。

你可能感兴趣的:(报错分析,win32com,selenium,selenium,测试工具)