Problem with chrome broswer opening in background

Hi,
I have a problem- whenever i run the automation scripts in eggplant. In SUT the chrome browser runs in background instead of foreground I could see chrome instance in taskbar but the window is not maximized.
why this issue happening?

Any help will be highly appreciated!
Thanks!

There is quite a bit of information missing here, so short of seeing your script run or seeing your code, I can only hazard a guess: I would expect that there is an action between when you launch Chrome and when you type in the address bar that is causing the execution to click somewhere on the desktop. Doing so would give the desktop focus and move Chrome to the background.

Hope this helps,
Dave