This is probably a general newbie, but here it is. I make a clean application. He activates another application and then enters it. The problem is that when you activate the application, it does not bring the application window to the forefront. I tried the application activate:
tell application "app_name.app"
activate
tell application "System Events" to keystroke "test"
end tell
Any help? Thank!
source
share