Can't resize specific window

Describe the bug
I set up a set of actions for a key sequence:

  1. Switch to Desktop 1
  2. Send Cmd-N to Google Chrome (these 2 steps create a window on my desktop instead of in a space where I might have Chrome windows already)
  3. URL: https://twitter.com, Browser: Chrome
  4. Maximize Window Left

Expected behavior: I would expect these actions to occur in order, such that the Chrome window I create is the one maximized to the left

Actual behavior: The actions seem to occur in parallel. My current active window (BetterTouchTool's window) is the one maximized to the left before Chrome even has a chance to open the URL. I am unable to resize the window I create with my action

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
Keyboard

Device information:

  • Type of Mac: 15" 2019 MBP
  • macOS version: 11.3.1
  • BetterTouchTool version: 3.562

Additional information (e.g. StackTraces, related issues, screenshots, workarounds, etc.):

you need to add delays between the actions (using the „delay next action“ action). There is no way for BTT to know when an app has finished the execution of an action it was sent.