when i use .get_attribute(“wdValue”) or other method, it will be return an error: 【AttributeError: ‘bool’ object has no attribute ‘lower’】
-------------*****
-------------*******
The type of “value” is wrong. Is bool , not str.
this is a bug,isn`t it?
if yes,can you fixed it?
if not,can you tell me why?
thx!!!