Loosen JS value type check
This commit is contained in:
parent
0c653c4703
commit
571f0c4486
@ -43,7 +43,7 @@ class WebEngineElement(webelem.AbstractWebElement):
|
||||
js_dict_types = {
|
||||
'id': int,
|
||||
'text': str,
|
||||
'value': str,
|
||||
'value': (str, int, float),
|
||||
'tag_name': str,
|
||||
'outer_xml': str,
|
||||
'class_name': str,
|
||||
|
Loading…
Reference in New Issue
Block a user