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 SetView
action to change the calendar view, that is, the way it displays days and events.
Declaration
TestObj.SetView(View)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
View | [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:
View
Specifies the calendar view to be set. You can enter the view’s index (an integer value from 0), or string that contains the view’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 view is not found,
SetView
fails and posts an error message to the test log. -
To get the total number of available calendar views, use the wViewCount property.
-
To get the view’s caption, use the wViewName property.
See Also
wViewCount Property (Specific to AngularUI Calendar Controls)
wViewName Property (Specific to AngularUI Calendar Controls)