Double Click in Page Object
Description
In most page objects you can specify an action for when the use double-clicks the left mouse button. This can be done in two different ways:
via the procedure upon double click in the object properties, or
via a default menu item in the right-mouse popup menu of the object.
If both options are specified for an object, then only the procedure upon double click is used, and the default menu item is ignored.
If neither of these two explicit right mouse options is specified, then the default double click action is executed, if any. For example, in the Table object with the property “0-1 values” enabled, double clicking on an entry toggles between the two values.
Learn more about