FindElementsByClassName Method (Mobile Objects)

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Use the FindElementsByClassName method to find all mobile objects that have the specified class name.

Requirements

  • An active license for TestComplete Mobile Module.

  • The Appium Support plugin must be enabled in TestComplete. You can check the plugin state in the File > Install Extensions dialog in TestComplete. You can find the plugin in the Mobile group.

  • Your TestComplete workstation must have access to the mobile device cloud.

  • Your tested mobile application must be compiled with accessibility information. To learn more, see the documentation for the IDE you use to develop your application.

  • A testing session must be opened on your mobile device, and your test must have access to that session. See Connecting to Mobile Device Clouds and Opening Testing Sessions.

Declaration

TestObj.FindElementsByClassName(ClassName)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
ClassName [in]    Required    String    
Result An array of the tested objects.

Applies To

The method is applied to the following object:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The method has the following parameter:

ClassName

A string that specifies the class name of the sought-for objects.

Result Value

An array of the objects that match the specified condition.

If no matching object has been found, the method returns an empty array.

See Also

FindElementByClassName Method (Mobile Objects)
WaitElementByClassName Method (Mobile Objects)
About Mobile Tests

Highlight search results