/ Published in: Visual Basic
                    
                                        
To move the cursor position to a desired location, we can use the following code.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
Dim deviceReplayObject
Set deviceReplayObject = CreateObject("Mercury.DeviceReplay")
Call deviceReplayObject.MouseMove(x, y)
Comments
 Subscribe to comments
                    Subscribe to comments
                
                