Re: [sensors] Support scripting complex sets of mock sensor readings

This is a similar problem as with pointer device input, which in https://w3c.github.io/webdriver/#actions is solved by having a notion of ticks and pausing to send a whole series of updates in one command.

Something similar might work for sensor readings, given how similar the data flow is.

I potential problem with having a JS generate sensor readings is where that script will execute. Part of the code path  implementation might 

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at https://github.com/w3c/sensors/issues/371#issuecomment-415382942 using your GitHub account

Received on Thursday, 23 August 2018 11:31:48 UTC