ClickEvent Action (Specific to AngularUI Calendar Controls)

Applies to TestComplete 14.30, last modified on November 21, 2019

Description

Use the ClickEvent action to simulate a single click over the specified calendar event.

Declaration

TestObj.ClickEvent(Event)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Event [in]    Required    Variant    
Result None

Applies To

The method is applied to the following object:

View Mode

This method is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.

Parameters

The method has the following parameter:

Event

Specifies the calendar event to be clicked. You can enter the event’s index (an integer value from 0), or string that contains the event’s caption.

The caption can contain asterisk (*) or question mark (?) wildcards or regular expressions. The asterisk corresponds to a string of any length (including an empty string), the question mark corresponds to any single character (including none). To specify more complicated parts of a caption, use regular expressions.

The caption can be case-sensitive or case-insensitive depending on the value of the Use case-sensitive parameters project setting.

Result Value

None.

Remarks

  • If the specified calendar event is not found, ClickEvent fails and posts an error message to the test log.

  • To get the total number of calendar events in the visible date interval, use the wEventCount property.

  • To get the event’s caption, use the wEventTitle property.

See Also

wEventCount Property (Specific to AngularUI Calendar Controls)
wEventTitle Property (Specific to AngularUI Calendar Controls)

Highlight search results