ScreenToWindow Method (Mobile Objects)

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is available in legacy mobile tests that work with devices connected to the local computer. To learn how to simulate user actions in newer cloud-compatible mobile tests, see the Simulating user actions in tests section.

Description

Use this method to get object-related coordinates from coordinates that are relative to the mobile device's screen.

Declaration

TestObj.ScreenToWindow(X, Y)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
X [in]    Required    Integer    
Y [in]    Required    Integer    
Result A Point object

Applies To

All Android, iOS and Xamarin.Forms objects

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 parameters:

X

Specifies the horizontal coordinate of the point relative to the mobile device's screen.

Y

Specifies the vertical coordinate of the point relative to the mobile device's screen.

Result Value

The Point object that contains the resultant object-related coordinates.

See Also

Testing Android Applications (Legacy)
Testing iOS Applications (Legacy)
Point Object
WindowToScreen Method (Mobile Objects)

Highlight search results