dtmilano / CulebraTester2-public

CulebraTester: Snaky Android Testing
Apache License 2.0
142 stars 29 forks source link

Fix: The API [GET /uiObject/{oid}/getBounds] returns the view's bounds property. #28

Closed yuancjun closed 3 months ago

yuancjun commented 3 months ago

Expected response:

{"bottom":518,"left":925,"right":1009,"top":481}

Actual response:

{"bottom":518,"left":481,"right":1009,"top":925}

The value of the left boundary and the value of the top boundary are swapped.