You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Call Object Method with empty object and isHover it fails with cryptic (Arguments: [ b'' | 'isHover' ]):
class java.lang.String has no method "isHover" with arguments []
It should check that object is valid and fail with meaningful error.
The text was updated successfully, but these errors were encountered:
When running
Call Object Method
with empty object andisHover
it fails with cryptic (Arguments: [ b'' | 'isHover' ]):class java.lang.String has no method "isHover" with arguments []
It should check that object is valid and fail with meaningful error.
The text was updated successfully, but these errors were encountered: