The most customizable typing test website with a minimal design and a ton of features. Test yourself in various modes, track your progress and improve your speed.
Shows an out of focus reminder after 1 second of being 'out of focus' (not being able to type). hide show caps lock warning Displays a warning when caps lock is on. hide show average Displays your average speed and/or accuracy over the last 10 tests. off speed acc both dang...
type=user #指明脚本类型 count=10 #脚本执行次数 speed=1.0 #命令执行速率 start data >> #用户脚本入口,下面是用户自己编写的脚本 # 上面是固定的格式头 # 启动Activity LaunchActivity(com.itfitness.monkeytest,com.itfitness.monkeytest.MainActivity) # 等待2秒 UserWait(2000) # 某一坐标点按下 Dispatch...
# 控制 monkey 发送消息的 Monkey 头 type= raw events count=10 speed=1.0 start data>> # 在此之下,编写 monkey 脚本命令 # ... 注: type指明类型 count说明执行次数,但是这里改成任何值都执行一次,monkey命令可以指定执行次数,这里也就无所谓了 speed命令执行速率。改动无影响,可以通过monkey命令行指定。 ...
type = raw events count = 1 speed = 1.0 #启动测试 start data >> #启动应用的Activity LaunchActivity(com.tencent.mobileqq,com.tencent.mobileqq.activity.LoginActivity) UserWait(2000) Tap(379,822,200) #点击登录按钮 UserWait(2000) Tap(249,278,1000) #点击用户名文本框 ...
Monkeytype is a minimalistic, customisable typing test, featuring many test modes, an account system to save your typing speed history and user-configurable features like themes, sounds, a smooth caret and more. Features minimalistic design with no ads ...
type= raw events count= 10 speed= 1.0 //line at the end of the header means that below it is the context of script start data >> DispatchPointer(5109520,5109520,0,230.75429,458.1814,0.20784314, 0.06666667,0,0.0,0.0,65539,0) DispatchKey(5113146,5113146,0,20,0,0,0,0) ...
Monkeytype is a minimalistic and customizable typing test. It features many test modes, an account system to save your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. Monkeytype attempts to emulate a natural typing experience during a typing...
type= raw events count= 10 speed= 1.0 //line at the end of the header means that below it is the context of script start data >> DispatchPointer(5109520,5109520,0,230.75429,458.1814,0.20784314, 0.06666667,0,0.0,0.0,65539,0) DispatchKey(5113146,5113146,0,20,0,0,0,0) ...
speed = 1.0 脚本执行速率 //下面为monkey命令 start data >> 具体的monkey脚本内容 编写脚本 kyb.txt #头文件信息 type = raw events count = 1 speed = 1.0 #启动测试 start data >> LaunchActivity(com.tal.kaoyan,com.tal.kaoyan.ui.activity.SplashActivity) (包名,activity名) ...