Here’s a sample JSON from one of the steps. Even the clicking and writing commands take a while (more than 8 seconds).
Is it because I’m doing an automation using a Windows app (Telegram)? I tried making a different automation earlier using Google sheet and notepad, and the steps were executed much faster. Thank you.
{
“StatusCode”: 0,
“Start”: “2024-07-12T01:19:08.9538231-04:00”,
“End”: “2024-07-12T01:19:22.2381163-04:00”,
“Success”: true,
“Milliseconds”: 13284.2932,
“Name”: “TryStepAsync - Click Text "New Group" -WaitAfter 500”,
“Children”: [
{
“StatusCode”: 0,
“Start”: “2024-07-12T01:19:08.9538452-04:00”,
“End”: “2024-07-12T01:19:21.723334-04:00”,
“Success”: true,
“Milliseconds”: 12769.4888,
“Name”: “Main run (1/1) - RunSubTasks”,
“Children”: [
{
“StatusCode”: 0,
“Start”: “2024-07-12T01:19:08.9580798-04:00”,
“End”: “2024-07-12T01:19:20.4260904-04:00”,
“Success”: true,
“Milliseconds”: 11468.0106,
“Name”: “ScreenshotAsync - ScreenshotAsync”,
“Screenshot”: “screenshots/c926a92f-5444-4e37-a9f9-b09723adc299/bce50090-f018-4ba0-a36b-f5ae5ff3b3a4/20240712051920-yOu5BjoKHmLXJe9JFq5YYfrAyZKcqHleLtKtUo3CNQWAgl1DOKpf8cobSTg6AwIi.png”,
“Children”: [
{
“StatusCode”: “OK”,
“Start”: “2024-07-12T01:19:08.9581223-04:00”,
“End”: “2024-07-12T01:19:20.4260588-04:00”,
“Success”: true,
“Milliseconds”: 11467.9365,
“Name”: “PostJsonAsync - HandleRestResponse”,
“Uri”: “POST http://agenthub.u-xer.com/api/hub/screenshot”
}
]
},
{
“StatusCode”: 0,
“Start”: “2024-07-12T01:19:20.427649-04:00”,
“End”: “2024-07-12T01:19:21.2951044-04:00”,
“Success”: true,
“Milliseconds”: 867.4554,
“Name”: “ReaderAsync”,
“Screenshot”: “screenshots/c926a92f-5444-4e37-a9f9-b09723adc299/bce50090-f018-4ba0-a36b-f5ae5ff3b3a4/20240712051921-LFZ5RnnY3FdXDWQWBXbFT0xT8c8pA5HicjZphSf1R2h36Ycop3y9VvZJGuX609ux.png”,
“Location”: “{"x":120.5,"y":394.5,"xmin":76,"xmax":165,"ymin":386,"ymax":403}”,
“Element”: “{\r\n "ocrlang": "en",\r\n "casesensitive": false,\r\n "element": [\r\n {\r\n "classifier": "Text",\r\n "text": "New Group",\r\n "options": \r\n }\r\n ]\r\n}”,
“Children”: [
{
“StatusCode”: “OK”,
“Start”: “2024-07-12T01:19:20.4276973-04:00”,
“End”: “2024-07-12T01:19:21.2942062-04:00”,
“Success”: true,
“Milliseconds”: 866.5089,
“Name”: “PostFormAsync - HandleRestResponse”,
“Uri”: “POST http://localhost:8003/reader”
}
]
},
{
“StatusCode”: 0,
“Start”: “2024-07-12T01:19:21.4063251-04:00”,
“End”: “2024-07-12T01:19:21.7197631-04:00”,
“Success”: true,
“Milliseconds”: 313.438,
“Name”: "CallAsync - - "
}
]
}
]
}