CLICKER Changelog

What's new in CLICKER 1.0.6323.23768 Beta

Sep 20, 2017
  • NEW FEATURE: in KEYBOARD tab - new combinations of keys like {DATE:yyyy-MM-dd HH:mm:ss}.
  • Now you can write current date in different format
  • To work with KEYBOARD writer without problems, you must enlarge: timeouts for the next keys - at the settings tab > time settings (recommended: 1000 milliseconds), and the operation parameters > pause tab - time respectively to number of letters to write.

New in CLICKER 1.0.5401.35881 beta (Feb 3, 2015)

  • IMPROVE:
  • New option in general settings tab - default mouse action for new operations/actions now can be set.
  • SCRIPT CHANGES:
  • Names of the type of mouse clicks have been changed: single -> singleClick, double -> doubleClick, right -> rightClick, moveleft -> selectAreaByLeftButton, moveright -> selectAreaByRightButton
  • NEW FEATURE:
  • In PROCESSES tab - "http://clicker1.com -silent copyHtmlToGlobalVar" - was added. Get source code for the specify url and save it to the global variable called - GlobalVar.
  • In PROCESSES tab - "print GlobalVar" - was added. Print GlobalVar in log window.
  • In PROCESSES tab - "checkGlobalVar;textToFind;operationNumberIfTrue;operationNumberIfFalse" - was added.

New in CLICKER 1.0.5381.36633 beta (Feb 3, 2015)

  • NEW FEATURE:
  • Sending e-mails as a notification (processes tab) and as a newsletter using PARAMETERS (E-MAILS) FOR THE SUBSEQUENT CYCLES (options tab).
  • Sending SMS (Short Message Service) as a notification (processes tab) and as a mass mailing sms (integration with smsapi.com, default url use a eco message, for fast message use fast=1 instead eco=1). Clicker using PARAMETERS (PHONE NUMBERS) FOR THE SUBSEQUENT CYCLES (options tab).
  • Clicker can now send newsletter by e-mail or sms.
  • New tabs in OPTIONS: E-mail setting, SMS settings.
  • In PROCESSES tab - "SavePrintScreen c:/screen.jpg" - was added. Automate creating a print screen and save it to jpg format. Using OCR Reader you can now read a captcha images in easier way.
  • IMPROVEMENT:
  • Time settings > cycles count - now supports value = 0, which mean an infinite number of cycles.
  • New type of action call was added - run only one time. Now You can define action that executing only one time, only in the first cycle.
  • FIXED:
  • Global hook (stop Clicker while it's minimized) now work much better.
  • Some issues with alternately type of executing action

New in CLICKER 1.0.5351.35029 beta (Feb 3, 2015)

  • NEW FEATURE: in the TIME SETTINGS tab in the OPTIONS main menu You can specify default time between single mouse events, ie. MOUSEKEYDOWN and MOUSEKEYUP. Default value is 10 milliseconds
  • NEW FEATURE: in the TIME SETTINGS tab in the OPTIONS main menu You can specify default timeout (in milliseconds) for the HttpWebRequest. You can specify how many milliseconds clicker wait to get response from url address, ie. when you invoke process url with -silent argument or download files using clicker.
  • FIXED: in the TIME SETTINGS tab in the OPTIONS main menu - option called - DEFAULT TIME BETWEEN OPERATIONS - now is visible.

New in CLICKER 1.0.5351.34944 beta (Feb 3, 2015)

  • NEW FEATURE: now You can invoke url address in silent mode without output data (like a cron, crontab, cronjob, cron on webserver). When You create action/operation in PROCESSES tab, you can select url with -silent parameter from combobox menu. Clicker will invoke this url address in background in multiple cycles.
  • NEW FEATURE: in PROCESSES tab - "goToOperation;operationNumber(from 0)" - was added.
  • Redesign user interface