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)
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
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