With .Run
.IterationMode = "rngAll"
.StartIteration = 1
.EndIteration = 1
.ObjectSyncTimeOut = 30000
.DisableSmartIdentification = True
.OnError = "Stop"
End With
With .Resources
.DataTablePath = "<Default>"
.Libraries.RemoveAll
.Libraries.Add("E:\MyATProjects\System_001\Function\fileOper.vbs")
.Libraries.Add("E:\MyATProjects\System_001\Function\ErrorHandle.vbs")
.Libraries.Add("E:\MyATProjects\System_001\Function\qc_field_modify_test.vbs")
End With
End With