Class SX

java.lang.Object
org.sikuli.script.SX

public class SX
extends Object
  • Constructor Details

    • SX

      public SX()
  • Method Details

    • input

      public static String input​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever)
      Returns:
    • popSelect

      public static String popSelect​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever, options-list)
      Returns:
    • popFile

      public static String popFile​(Object... args)
    • popup

      public static Boolean popup​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever)
      Returns:
    • popAsk

      public static Boolean popAsk​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever)
      Returns:
    • popGeneric

      public static Integer popGeneric​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever)
      Returns:
    • popError

      public static Boolean popError​(Object... args)
      optionally timed popup (self-vanishing)
      Parameters:
      args - (message, title, preset, hidden = false, timeout = forever)
      Returns:
    • on

      public static Region on()
    • isNotNull

      public static boolean isNotNull​(Object obj)
    • isNull

      public static boolean isNull​(Object obj)
    • reset

      public void reset()