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 I want use the click function like this:
click(Point(1200,1400))
I get an error saying AttributeError: 'NoneType' object has no attribute 'location'. Could anyone help with that?
The text was updated successfully, but these errors were encountered:
When I want use the click function like this:
click(Point(1200,1400))
I get an error saying AttributeError: 'NoneType' object has no attribute 'location'. Could anyone help with that?
The text was updated successfully, but these errors were encountered: