Wednesday, February 11, 2009

How to configure Mouse Operations at runtime?

Configure the mouse operations
1. Using browser events
or
2. Using the mouse at run time with "ReplayType" Property.

Example:-
1. Runs mouse operations using browser events.
Setting.WebPackage(“ReplayType”)=1
2. Runs mouse operations using the mouse.
Setting.WebPackage(“ReplayType”)=2

In some applications While entering data in WebEdit object with Set method, we will get Problem,there this is useful.

No comments:

Post a Comment