Hi,
I just wanted to know if a Codemodule can have something like the recording's turbo mode?
If yes, is there a Command to enable it in the Code Module?
looking forward hearing from you
just wanted to know if a Codemodule can have something like the recording's turbo mode?
If yes, is there a Command to enable it in the Code Module?
void ITestModule.Run()
{
Mouse.DefaultMoveTime = 300;
Keyboard.DefaultKeyPressTime = 100;
Delay.SpeedFactor = 1.0;
}Todor wrote:I have some delays build in my test suite. In which aspect does Delay.Speedfactor = 0; affect them?
Delay.Duration(1000);
//at a
Delay.Speedfactor= 0;
Users browsing this forum: No registered users and 0 guests