We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This works quite reliable, but you need to bundle xtest, which is found at pypi The code is very straightforward:
Import the thing:
from xtest import XTest
This should need no explanation…
X = XTest() X.fakeMotionEvent(x, y) X.fakeButtonEvent(button, True) X.fakeButtonEvent(button, False)