Hello,
I just upgraded the robotframework-browser from 4.3.0 to 5.1.1 an now my test fails on the Get Text keyword.
I have a field that is automatically filled with a value and I want to validate if the value is e.g. 4200.
I use:
Get Text id=uniqueIdentifier == ${expectedValue}
The field:
On version 4.3.0 this worked like a charm. Since the upgrade to 5.1.1 I get:
FAIL TypeError: typing.Any cannot be used with isinstance()
Do I need to change anything in the way I use this?
Thanks in advance.
Regards,
Jeroen