SamiTumarov

Results 2 comments of SamiTumarov

Hi, sorry for the late comment. Could you please attach the code you used in order to measure the time of the mouse.click() function? Also, what operating system are you...

Hi, I have tested the time it takes to execute the function mouse.click on Windows 10 With the following code '''python from mouse import click import timeit def mouseclick(): click()...