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
WAScreenshot is broken in Pharo. At least with Pharo 10 on macOs:
the screenshot is empty
WAScreenshot >> #handleEvent: references Sensor which is undeclared, it used to be an instance of EventSenor
WAScreenshot >> #handleEvent: sends #handleEvent: or #processEvent:, neither of which seem implement or working with the array created in WAScreenshot >> click:
The text was updated successfully, but these errors were encountered:
WAScreenshot is broken in Pharo. At least with Pharo 10 on macOs:
WAScreenshot >> #handleEvent:
referencesSensor
which is undeclared, it used to be an instance ofEventSenor
WAScreenshot >> #handleEvent:
sends#handleEvent:
or#processEvent:
, neither of which seem implement or working with the array created inWAScreenshot >> click:
The text was updated successfully, but these errors were encountered: