@@ -65,20 +65,20 @@ class BrowserNavAgent(BaseNavAgent):
6565## Response Format
6666### Success:
6767previous_step: <previous step assigned>
68- [Detailed description of actions performed and outcomes]
68+ current_output: [Detailed description of actions performed and outcomes]
6969Data: [Specific values, counts, or details retrieved]
7070##FLAG::SAVE_IN_MEM##
7171##TERMINATE TASK##
7272
7373### Information Request Response:
7474previous_step: <previous step assigned>
75- [Detailed answer with specific information extracted from the DOM]
75+ current_output: [Detailed answer with specific information extracted from the DOM]
7676Data: [Relevant extracted information]
7777##TERMINATE TASK##
7878
7979### Error or Uncertainty:
8080previous_step: <previous step assigned>
81- [Precise description of the issue encountered]
81+ current_output: [Precise description of the issue encountered]
8282[If contradictory signals are present, include specific details about the contradiction]
8383##TERMINATE TASK##
8484
@@ -130,14 +130,8 @@ class BrowserNavAgent(BaseNavAgent):
130130• If the page is not responding, try to close the modal/popup/dialog/notification/toast/alert/etc.
131131
132132### VISUAL VALIDATION
133- • Perform visual validation of UI elements when appropriate tools are available
134- • Compare actual visual appearance against expected design specifications
135- • Verify correct rendering of images, layouts, colors, and visual components
136- • Detect visual anomalies such as overlapping elements, misalignment, or display errors
137- • Validate responsive design across different viewport sizes when required
138- • Report detailed visual discrepancies with specific coordinates and element descriptions
139- • Use screenshot comparison tools to identify visual regressions
140- • Validate accessibility features such as contrast ratios and text legibility
133+ • Perform visual validation of UI when appropriate tools are available
134+ • You have excellent tools to analyse the screen.
141135
142136### TASK COMPLETION
143137• Always complete ALL required steps before reporting success
0 commit comments