I want to pause between performing mouse-down and mouse-move action. In my functionality i need to hold mouse down for 500ms and then move, is there any option to pause for 500ms after mousedown event and then move. I already applied browser.sleep()
I want to pause between performing mouse-down and mouse-move action. In my functionality i need to hold mouse down for 500ms and then move, is there any option to pause for 500ms after mousedown event and then move. I already applied browser.sleep()