Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.33 KB

File metadata and controls

37 lines (32 loc) · 1.33 KB

Result Log: 2026-03-10 15:50:36 CST

Goal

  • Extend hard-benchmark coverage into Settings navigation and close the remaining live Scroll coordinate-contract check.

Results

Settings navigation by click

  • Start state:
    • ms-settings:display opened correctly and Settings was the foreground window.
  • Action:
    • attempted one click-driven navigation step toward Bluetooth & devices from a fresh snapshot label.
  • Verification:
    • fail
    • the next snapshot showed focus on Ubuntu
    • Settings was no longer the active foreground window

Settings navigation by protocol URI

  • Action:
    • launched ms-settings:bluetooth directly
  • Verification:
    • pass
    • Settings was foreground
    • informative text and page labels matched Bluetooth & devices

Scroll coordinate contract

  • Action:
    • Scroll(loc="1652,1268", type="vertical", direction="down", wheel_times=3) on the Bluetooth & devices Settings page
  • Verification:
    • pass
    • focus remained on Settings
    • the target scroll pane reported vertical_scroll_percent = 27.3

Takeaway

  • Settings is a strong example of route-by-task-type:
    • protocol deep links are reliable
    • generic click-driven navigation is fragile
  • The public string-coordinate contract is now verified live across all four coordinate-taking tools: Type, Click, Move, and Scroll.