I am trying to find a way to select a contact in Skype and moving the curser to the text field using AppleScript because the "click on found image" is not always working correctly. Here is part of a script I found:
tell application "Skype"
set skypeContact to "MyContact"
--Select contact and move cursor to the text field"
end tell
I can make Keyboard Maestro do everything else.