NovapaX
NovapaX
https://github.com/chrysn/aiocoap/blob/c8a24dec61a7d2f09d7469af8a0a66abe128a3af/aiocoap/transports/tinydtls.py#L236 My host (tradfri gateway) returns an 'ALRT 20 invalidate peer' when I enter wrong credentials. But then I see these messages in the log, over and over again. (looks...
How else are we supposed to test a click on a certain xy-location...
Currently it's not possible to easily simulate a click / tap on given coordinates. see also: https://github.com/PolymerElements/iron-test-helpers/pull/93#issuecomment-367854446 I'd expect to be able to call: tap(node, xy) like the click function...