Delayed activities on Chrome

Hi all,

My current workflow is:

  1. Attach Chrome Browser
  2. Simulate click
  3. Wait attribute

(debugmode) When the browser is on the background, step 1 and 2 works but there was a timeout on step 3. I clicked on the browser and naturally, it would be on the foreground. This time, the simulate click activity was executed as i brought it into the foreground. Take note that at this point, the robot has already stopped because of step 3 (breakpoint). So as to say, step 3 should have worked only when the browser is on the foreground.

This is the first time im seeing such situation and i know that the work about way now is to place the browser onto the foreground before executing activities. Any help would be appreciated without using the bring to foreground activity?