RunMouseByEvents Property
Description
Indicates whether to run mouse operations using browser events (True) or using mouse events (False).
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property RunMouseByEvents As Boolean |
Return Value
- True--Runs mouse operations using browser events.
- False--Runs mouse operations using the mouse.
Example
See Also