if it's any help, here is my code:
Set Windows clipboard to 'www.twitter.com' <---- This sets twitter.com to the clipboard so if the new tab opens to twitter, I know the active tab address didn't get copied properly
Display window '*Google Chrome*' as [Normal] <------ Activates Chrome and un-maximizes it (window move doesn't work if the window is maximized)
Pause 1 second <------ Added a pause to see if it would fix the issue (doesn't appear to have any effect)
Press Left Ctrl+L keys and hold for 0.1 seconds and release <--- select the address bar
Press Left Ctrl+C keys and hold for 0.1 seconds and release <-----copy the website address to clipboard
Press Left Ctrl+W keys and hold for 0.1 seconds and release <------close tab
Resize window '*Google Chrome*' to Width: 1294, Height: 1407 <----resize and move window (left half of screen)
Move window '*Google Chrome*' to (-7,0)
<------ the rest of the program works as expected
Run application 'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe' - wait until it starts
Display window 'New Tab - Google Chrome' as [Normal]
Press Left Ctrl+V keys and hold for 0.1 seconds and release
Press Enter key and hold for 0.1 seconds and release
Resize window '[Active Window]' to Width: 1294, Height: 1407
Move window '[Active Window]' to (1273,0)
What this program does is it takes the active tab, copies the address and closes it, resizes the remaining chrome window to the left side of my screen, then opens a new chrome window, pastes the address of the closed tab, and resizes that to the right side of my screen so I can have a sort of split screen setup.