Action

Learn about various Action available in the app

Gesture
Click (x, y)

The cornerstone of every clicker app. Click the screen at coordinates (x, y)

Available Properties:

  • Coordinates: Where to click.
  • Scaling Algorithm: How to scale on different devices.
  • Click Style: Single Click, Long Click, Double Click, Double Click and Hold, Triple Click, Triple Click and Hold.
  • Delay: Wait time before/after the action.
Click Image

Click on image when it appears. The coordinate is the middle (or offset) of the image where it is found.

Available Properties:

  • Image: The image to click.
  • Offset: Offset from the middle of the image.
  • Click Style: Single Click, Long Click, Double Click, Double Click and Hold, Triple Click, Triple Click and Hold.
  • Delay: Wait time before/after the action.

Require Condition: Image Appear

Click Text

Click on text when it appears. The coordinate is the middle (or offset) of the text where it is found.

OCR is used to parse the text.

Available Properties:

  • Text: The text to click.
  • Offset: Offset from the middle of the text.
  • Click Style: Single Click, Long Click, Double Click, Double Click and Hold, Triple Click, Triple Click and Hold.
  • Delay: Wait time before/after the action.

Require Condition: Text Appear

Click Color

Click on color when it appears. The color can be searched over a region or at a single point.

Available Properties:

  • Text: The color to click.
  • Offset: Offset from the found color.
  • Click Style: Single Click, Long Click, Double Click, Double Click and Hold, Triple Click, Triple Click and Hold.
  • Delay: Wait time before/after the action.

Require Condition: Color Appear

Swipe (x, y)

Swipe from coordinate (x, y) to another (x, y)

Available Properties:

  • Coordinates: List of coordinates to swipe.
  • Scaling Algorithm: How to scale on different devices.
  • Swipe Duration: How long the entire swipe should last (estimate only).
  • Swipe Style: Normal, Pinch, Zoom, Drag and Drop (Android 8+/Native Service), Move/Control Joystick (Android 8+/Native Service).
  • Delay: Wait time before/after the action.
Job
Run Job

Run another job.

If it is a new job then it will start anew, the current job will pause and its state will be saved.

Otherwise the execution will jump back, resume (or restart) and also stop all jobs that was run after it.

Available Properties:

  • Job: The job to run.
  • Resume/Restart: Resume if possible or force Restart the selected job.
Restart Job

Restart current job.

All of its state are set to default as if was started as new.

Available Properties: None

Stop Job

Stop current job.

The previous job will be resumed if any or the macro will end as this is the last job.

Available Properties: None

Variable
Set Variable

Action to set a variable's value.

Available Properties:

  • Value: The value of the variable. This will depend on the type of the selected variable.
Device
Toast Message

Show a toast message.

Note: Short delay might overflow the system and some message might not show.

Available Properties:

  • Text: The text to show.
  • Delay: Wait time before/after the action.
Open App

Open another application. You can specific which Activity to open.

Note: On Android 11+ you might not see the full list of installed app on the device. This is a new restriction on 3rd party app by Google. Fortunately you can still start an app if you know its package name and activity. So users on Android 11+ must use the Advanced options.

Available Properties:

  • App Info: The app (and activity) to open.
  • Delay: Wait time before/after the action.
Press Back

Action to go back.

Available Properties:

  • Delay: Wait time before/after the action.
Press Home

Action to go to home screen.

Available Properties:

  • Delay: Wait time before/after the action.
Open Recent

Action to toggle the overview of recent apps.

Available Properties:

  • Delay: Wait time before/after the action.
Open Notification

Action to open the notification panel.

Available Properties:

  • Delay: Wait time before/after the action.
Open Quick Setting

Action to open the quick setting panel.

Available Properties:

  • Delay: Wait time before/after the action.
Lock Screen

Action to lock the screen.

Available Properties:

  • Delay: Wait time before/after the action.
Screenshot

Action to take screenshot using the device's default mechanism.

Note: Android 9+ Only

Available Properties:

  • Delay: Wait time before/after the action.
Macro
Empty Action

Actiont that does nothing.

Available Properties: None

Wait

Wait a specific amount of time.

Available Properties:

  • Time: How long to wait.
Pause Macro

Pause the macro. Press play will resume it.

Available Properties: None

Stop Macro

Stop the macro.

Available Properties: None

Custom Actions

All of your custom actions are available here where you can reuse them. Learn more.

Add Custom Action

Add new custom action.

Available Properties: None

© 2024 - Macrorify by KoK-CODE