摘要:
error will be occurred when selenium try to start a new ie7 browser. actually selenium cant start the ie7 because of this error.if u meet this trouble, please turn off your ie7's pop-up blocker.if u a... 阅读全文
摘要:
public class FileAccess{public static boolean Move(File srcFile, String destPath){ // Destination directory File dir = new File(destPath); // Move file to new directory boolean success = srcFile.rena... 阅读全文