Public bug reported:

I get an error for function popat()

[error] NameError ( name 'popat' is not defined )

Version: 1.1.0.
Windows 7 pro 64bit.

script used:

Settings.MoveMouseDelay = 0

click("test.png")

paste(sys.argv[1])
type(Key.ENTER)

popat(100,100)
popup("Press OK")

paste(sys.argv[2])
type(Key.ENTER)

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1572052

Title:
  [1.1.0.] popat is not defined

Status in Sikuli:
  New

Bug description:
  I get an error for function popat()

  [error] NameError ( name 'popat' is not defined )

  Version: 1.1.0.
  Windows 7 pro 64bit.

  script used:

  Settings.MoveMouseDelay = 0

  click("test.png")

  paste(sys.argv[1])
  type(Key.ENTER)

  popat(100,100)
  popup("Press OK")

  paste(sys.argv[2])
  type(Key.ENTER)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1572052/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to