P2CY(Percentage)
|
|
|
|
|
|
|
According to the given percentage, this command will return the active device's height pixel count (Y Coordinate) as an Integer.
With this command and the matching P2CX command, you can avoid relying on coordinates and to give relative size not based on resolution of device
Percentage – Given screen percentage Value will be between 0 to 100 .
Scenario : In the following example I wish to verify that the application logo is located in the top 20% of the screen. I will have to get the width of 20% of the screen's height in coordinates.
Parameters:
Percentage – will be set to 20.
int int0 = client.p2cy(20);int int0 = client.P2cy(20);int0 = client.P2cy ( 20 )Reportvar0 = self.client.p2cy(20)my $int0 = $client->p2cy(20);