Closed webphax closed 7 months ago
Should be something wrong on your pc, because that error is caught by an except TypeError
2 lines below.
I know it sounds dumb but maybe try restarting computer 😀.
I tried it several times and it keeps crashing randomly with the same element (same x, y coordinates). I couldn't figure out why and had to remove HumanCursor again :(
I'm using the click_on(element) method within a selenium environment. Most of the time it's working fine, but from time to time I get the following error when using a WebElement (element is valid and element.location = {'x': 1453, 'y': 987} within the viewport)