mirrored 4 minutes ago
0
TimothyxxxImprove on agent and tasks configs 6952b45
{
  "id": "3ce045a0-877b-42aa-8d2c-b4a863336ab8",
  "snapshot": "os",
  "instruction": "My glasses are broken, and I'm having trouble seeing small things clearly. Could you help me enlarge the text on my screen so it's easier to read?",
  "source": "https://help.ubuntu.com/lts/ubuntu-help/a11y-font-size.html.en",
  "trajectory": "trajectories/",
  "config": [
    {
      "type": "execute",
      "parameters": {
        "command": [
          "python",
          "-c",
          "import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
        ]
      }
    }
  ],
  "related_apps": [
    "os"
  ],
  "evaluator": {
    "func": "check_text_enlarged",
    "result": {
      "type": "vm_command_line",
      "command": "gsettings get org.gnome.desktop.interface text-scaling-factor",
      "shell": true
    }
  }
}