ClickEvent Action (Specific to AngularUI Calendar Controls)

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This method can be only used in tests that locate web objects by using internal identification properties provided by TestComplete.

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