mirrored a few seconds ago
0
TimothyxxxAdd execute timeout to server; Fix error examples eeae144
{
  "id": "ac9bb6cb-1888-43ab-81e4-a98a547918cd",
  "snapshot": "libreoffice_impress",
  "instruction": "I am preparing a PPT in Libreoffice impress. The slide number is barely visible to me. Please help me change the color of the slide number to red?",
  "source": "https://superuser.com/questions/1674211/how-to-change-colour-of-slide-number-in-libre-office",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://drive.usercontent.google.com/download?id=1_AmuPiTAyCSrquI2ERV0DnUtt1yaxtcj&export=download&authuser=0&confirm=t&uuid=d9c63ec2-45e6-4198-8519-c04c497ea1bb&at=APZUnTVtpEJatGaAex2OPSHDWgGM:1706533369423",
            "path": "/home/user/Desktop/saa-format-guide.pptx"
          }
        ]
      }
    },
    {
      "type": "open",
      "parameters": {
        "path": "/home/user/Desktop/saa-format-guide.pptx"
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "libreoffice_impress"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "saa-format-guide.pptx - LibreOffice Impress",
          "strict": true
        }
      },
      {
        "type": "sleep",
        "parameters": {
          "seconds": 0.5
        }
      },
      {
        "type": "execute",
        "parameters": {
          "command": [
            "python",
            "-c",
            "import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
          ]
        }
      },
      {
        "type": "sleep",
        "parameters": {
          "seconds": 0.5
        }
      }
    ],
    "func": "check_page_number_colors",
    "result": {
      "type": "vm_file",
      "path": "/home/user/Desktop/saa-format-guide.pptx",
      "dest": "saa-format-guide.pptx"
    },
    "expected": {
      "type": "rule",
      "rules": {
        "color": "red"
      }
    }
  }
}