task_pages__web_action__action_target_label¶
Identity¶
- Domain:
pages - Scene id:
web_action - Source scene:
web_action - Task id:
task_pages__web_action__action_target_label
Contract¶
- Objective: identify the candidate-labeled web control matching the visible instruction, guide code, and page context.
- Public task contract:
action_target_label - Supported
query_idvalues:click_target_label,type_field_label,select_option_label - Answer type:
option_letter - Annotation schema:
bbox - Annotation witness: one box covering the selected target control and its candidate label marker.
- Query argument axes: target control family, target item/section/group context, guide code, target candidate label, web page variant, and style variant.
Program Contract¶
web_action_target_control_label(control_family={click_button,input_field,select_option}, instruction_guide_code, page_context); output=option_letter; annotation=bbox(target_control_with_candidate_marker); scene=web_action; scope=one browser-style action-target page
Reasoning Operations¶
Families: matching
Prompt + Trace¶
- Prompt bundle:
pages_web_action_v1 - Scene key:
web_action - Task key:
web_action_query - Prompt query keys:
click_target_label,type_field_label,select_option_label - Runtime
query_idis the semantic control-family branch; non-semantic values such as target label, page variant, guide code, and theme are trace metadata. - Trace records target control metadata, guide entries, context support, target annotation bbox, sampled scene/style metadata, and prompt metadata.