[DESCRIPTION]
when you test for MTBF, you may find that the actual and expected coordinates of a long press are not met (for example, in dialer
, the script is expected to long press the DELETE key to clear all the numbers, but the execution found not clicked on the delete key
, but clicked elsewhere), can be resolved by modifying the parameters of the config file, the problem is only
6572 the platform takes place.
[Solution]
1. Open the CCCommon.dll.config file under Bin:
2. Search for "iscoordinaterotate", change the value of the following to the opposite value, such as the original
false, which is changed from "false" to "true".
3. Save and restart the IDE.
This information (MTBF test in the actual coordinates of the operation and so on is not correct) reproduced in a cattle net
Materials need to download themselves, you can go to the forum to download
The actual coordinates of the long press and other operations in the MTBF test are incorrect.