fix(gui2): Correct Response panel rendering and fix automation crashes
This commit is contained in:
@@ -133,3 +133,7 @@ class ApiHookClient:
|
||||
return {"tag": tag, "shown": diag.get(key, False)}
|
||||
except Exception as e:
|
||||
return {"tag": tag, "shown": False, "error": str(e)}
|
||||
|
||||
def reset_session(self):
|
||||
"""Simulates clicking the 'Reset Session' button in the GUI."""
|
||||
return self.click("btn_reset")
|
||||
|
||||
Reference in New Issue
Block a user