Jump to content

Press button when x seconds left


Recommended Posts

Hi everyone !

I need help.

On website is clock which is numbering from 60 to 0.

I need so that Autoit clicks on the determined place, when there are 5 seconds until the end.

Anoyone can help me?

P.S.

Sorry for my very bad english ;p

Link to comment
Share on other sites

I am not quite sure how but

maybe you could get the script to download the page (Inetget("www.Page.com")) on a while 1 loop.

tell it which bit to look at.

and do

while 1
if $number = "5" then ;or whatnot
       ;stuff
       exitloop
endif

not sure how but maybe it could be a spot the difference and make it a variable type thing.

sorry I could not help more.

--

James

Edited by Guest
Link to comment
Share on other sites

  • Moderators

Vuaevo,

No, it's not for eBay bidding

But looking at the text on that image it is certainly for some sort of auction and as such I consider it as "spamming". This is not permitted under the Forum Rules - thread locked. :oops:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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