theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Emit events from code #75

Closed theRealProHacker closed 1 year ago

theRealProHacker commented 1 year ago
J("button").click()

Should emit the "click" event on the J Element

theRealProHacker commented 1 year ago

Changed difficulty to very hard. When we for example emit the click event on a button, what should the mouse_pos or the button be?