Replies: 3 comments
-
Can you post up your timeline that is not executing to your The client does not currently support multiple timelines in that way, although that is something that could be added in the future since every handler within a timeline gets its own thread anyway. As it is now, the client looks only for There are a couple of ways to send it "do this now" types of activities on top of the default |
Beta Was this translation helpful? Give feedback.
-
{
} -- I want this to copy the chromedriver file before it starts chrome, but chrome starts before the driver is copied. |
Beta Was this translation helpful? Give feedback.
-
Aha, I see what you mean - the problem is that the handler starts up the application and then does nothing until the correct time period, which conflicts with your copying the executable. For right now, the only thing I can think of is to separate the jobs into two separate timelines, and have the first one execute, and then copy in the second via a scheduled task or something once the first is complete. |
Beta Was this translation helpful? Give feedback.
-
I would like to have multiple timeline files so I can then execute at different times. Is there a way to make happen? When I try to rename one to timeline2.json it does not read it.
Also, having trouble getting the timeline to execute at a certain time. I set the "UtcTimeOn" to the time I want but it execute as soon as I start ghosts.
Beta Was this translation helpful? Give feedback.
All reactions