Feat: Adding UI Event Recorder - #1259
Conversation
710b019 to
9fba9ed
Compare
|
This works fine in Show Simulation Mode with
I am still figuring out why specifically, @maharshi-gor do you have any idea what might cause this? |
|
I have no idea. But let me try locally and I will get back to you @ganimtron-10 |
|
Hello @ganimtron-10 I have an idea why it is causing and I fixed it on my local I can push the commit if you want. There was a small bug that we were dispatching the event before the step_count getting updated in testing.py. Now, we had everything correct just few frames back. So simulation works nicely but the validation where exact pixel matters became problematic. Let me know if that make sense. |
|
Sure, Please push the change. It didn't completely make sense the last part but might make after seeing your change. |
|
Hey @ganimtron-10 I have pushed the PR please check |
aa0a1ff to
7370abf
Compare
7370abf to
76d17cc
Compare
|
Hey @ganimtron-10 these are taking too long and operations are cancelled can we do something about them |
|
Hi @maharshi-gor, that what I am looking into, Ideally it shouldn't take this long. |

Adding UI Event Recorder to record, replay and simulate UI interaction tests
Fixes #1122