Jump to content

AutoIt wont click "Add to Contacts" in Skype.


Recommended Posts

So I am very new to AutoIt. The only reason I have created what I have created so far, was because of looking at other scripts online.

 

I have the script setup to go into the Skype group I am apart of, and add everybody in it. I just setup mouse clicks to click on different areas.

But when it comes to clicking on "Add to contacts", it makes it look like it has clicked the button, but it doesn't actually do anything.

I am using this line of code to click on the box.

MouseClick("left", 1020, 608, 2)

Is there a more efficient way of using MouseClick to make it actually click inside the application?

Link to comment
Share on other sites

  • Moderators

I'm not familiar with how skype runs, but two things come to mind.

1.  ControlClick

2.  I'm sure that Skype, being as far as they are in their development, have some kind of API you can access to do what it is you want to do.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...