T2747 - time between click

aboout this task βš“ T2747 Rentgendroid codegen: mark pauses between inputs, Im not sure, so clicking should display time which passed since last click? side by side with position? something like here i did (now its a total time)
image

wait should be a separate instructions on separate lines

like:

click(187,3)

wait(3)

click(1, 56)

wait(1)

or just

click(187,3)
wait(3)
click(1, 56)
wait(1)

Secod one is ok

1 Like

here is a diff Login
the project has no linter configuration and tests, should I add or this is planned in the future

All is in a prototyping phase. No tests atm

1 Like

Added some comments to D1392 :slight_smile:

wait before click, but still it appears after clicking right? so when screen is clicked wait appears in log with time which elapsed from last ciick

Correct. So if you click two times, it’s wait, click, wait, click

1 Like

Sent some comments in the review