while(solo.searchText("Connecting with server", true)){
if(System.currentTimeMillis() < timeout){
if(solo.waitForText(text,1,CommonVariable.TIMEOUT_ONE_SECOND)){
break;
}
}else{
break;
}
}
while(solo.searchText("Connecting with server", true)){
if(System.currentTimeMillis() < timeout){
if(solo.waitForText(text,1,CommonVariable.TIMEOUT_ONE_SECOND)){
break;
}
}else{
break;
}
}
9506
1489

被折叠的 条评论
为什么被折叠?