You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JExpect 上提供靜態方法 Spawn(String cmd) 讓你可以透過 Spawn 一個新的 Process 來執行給定命令:
/** * BD: Spawn a Process by executing given command. * * @param cmd: Command to execute in Spawn process. * @return * @throws Exception */publicstaticISpawnProcessSpawn(Stringcmd) throwsException