mherrmann/helium

AttributeError: 'NoneType' object has no attribute 'location'

Opened this issue · 1 comments

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?

SAME error with following code:
click((Button('a button').top_left+ Point(10, 0)))