首页 > 解决方案 > What does mouse position argument signify in mouse.move command?

问题描述

In this particular code if for mouse.move command I am giving argument 1100/500 it is moving toward right and if I am giving argument as 100/500 it is moving towards left doesn't matter where the target position is. Even for 500/500, it is moving toward the right, what does it mean?

keyboard ⋘WIN+D⋙
mouse.click 336⫽49 relative false type down
mouse.move 1100⫽500 wait 1000 relative false
mouse.click 1819⫽870 relative false type up

标签: g1ant

解决方案


在这个例子mouse.move中不会对整个自动化产生太大影响,因为您已经命令机器人在该位置按下鼠标左键,336⫽49然后随机移动到某个位置(到该1100⫽500位置),最后移动到该1819⫽870位置并松开鼠标左键按钮。


推荐阅读