JACKSON6 Posted December 5, 2018 Posted December 5, 2018 Hey Guys, im very new into programming with autoit. i got a little programm running that works fine. since i switched to a server my program only runs as long as i got the remote control running. i just need to control the coordinates that should skip the button after 40 seconds. That is what need to be done. ; Double click at the x, y position of 0, 500. MouseClick($MOUSE_CLICK_LEFT, 1413, 147, 1) Sleep(40000) MouseClick("left",1413,147) i hope yall can help me.
Danp2 Posted December 5, 2018 Posted December 5, 2018 Hi and welcome to the forums, What program are you attempting to automate? Often there's a better way to accomplish the task besides using MouseClick with fixed coordinates. Have you tried using the Au3Info tool to look for the button control's properties? Dan JACKSON6 1 Latest Webdriver UDF Release Webdriver Wiki FAQs
JACKSON6 Posted December 5, 2018 Author Posted December 5, 2018 Yeah thats what i used to find out the coordinates and the class name. ControlClick ( "title", "text", controlID [, button = "left" [, clicks = 1 [, x [, y]]]] ) i tried it already with this one. i want to automate my deezer playlist. so that it skips the track after the 40 seconds.
Danp2 Posted December 6, 2018 Posted December 6, 2018 Is this something you are running in Chrome? If so, then you should look at the Webdriver UDF (see my sig). Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now