MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / updateStatus

Function updateStatus

collect/manual/static/js/script.js:744–747  ·  view source on GitHub ↗
(message, type)

Source from the content-addressed store, hash-verified

742}
743
744function updateStatus(message, type) {
745 const status = document.getElementById('status');
746 status.innerHTML = `<div class="${type}">${message}</div>`;
747}
748
749async function refreshScreenshot(showLoading = false) {
750 try {

Callers 15

initializeDeviceFunction · 0.85
startDataCollectionFunction · 0.85
endDataCollectionFunction · 0.85
nextDataCollectionFunction · 0.85
deleteDataCollectionFunction · 0.85
handleWaitFunction · 0.85
toggleSuspendFunction · 0.85
handleClickActionFunction · 0.85
handleSwipeActionFunction · 0.85
showActionHistoryFunction · 0.85
saveCurrentDataFunction · 0.85
deleteCurrentDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected