def packetCaptureClearTabs(self): """ Remove all captured tabs on Windows IxNetwork GUI """ response = self.ixnObj.post(self.ixnObj.sessionUrl+'/operations/closeAllTabs') self.ixnObj.waitForComplete(response, self.ixnObj.sessionUrl+'/operations/closeAllTabs/'+response.json()['id'])