MyWebProducts Posted May 2, 2021 Share Posted May 2, 2021 Hi guys, I am looking at the MouseMoveProfile, but don't exactly know what these values does. Hope someone can explain it a bit, and also tell me a whats a human like range of value for these options? MouseMoveProfile profile = new MouseMoveProfile(); profile.setFlowVariety(MouseMoveProfile.FlowVariety.MEDIUM); profile.setSpeedBaseTime(185); profile.setFlowSpeedModifier(1.0); profile.setDeviation(7); profile.setMinOvershootDistance(25); profile.setMinOvershootTime(375); profile.setNoise(2.15); profile.setOvershoots(2); getBot().setMouseMoveProfile(profile); Thanks for the help, sincerely Dennis Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted May 2, 2021 Share Posted May 2, 2021 https://www.osbot.org/api/org/osbot/rs07/event/interaction/MouseMoveProfile.html Quote Link to comment Share on other sites More sharing options...
Lunar Posted May 2, 2021 Share Posted May 2, 2021 What Khal said ^^^ The documentation has descriptions for what each thing does. Quote Link to comment Share on other sites More sharing options...
MyWebProducts Posted May 3, 2021 Author Share Posted May 3, 2021 Thank the both of you for your replies. I ddn't quite understand the description and was hoping to get a more detailed description as answer ^^. I gues il just try and error by using a variety of variables . Sincerely Dennis Quote Link to comment Share on other sites More sharing options...