I have code fragment something like this
new MenuItemLocator("Window/Sub option A/ Sub Sub option B/Sub Sub Sub option C");
When i manually do the clicks, option B and C are opening is little slow. And i do not have have any way to make it fast. Reply of recorded test is opening till Option A and exiting. I tried changing "Window->Preferences->Playback->Delay->Delay between mouse move increments (in milliseconds) to 200. Replay is successful. But this is delaying all of the test cases in the execution, there are about 30, all 30 test cases execution is getting delayed to increase in move increments delay.
Is there any way, I can increase the delay only for part of the code, for example:
......
increase mouse increment delay
new MenuItemLocator("Window/Sub option A/ Sub Sub option B/Sub Sub Sub option C");
reset mouse increment delay
......
Thanks,
-Sreedhar Reddy