← Back to team overview

sikuli-driver team mailing list archive

[Bug 1553064] [NEW] [request] Print number of executed script line with log messages

 

Public bug reported:

Hello! I'm currently using sikuli 1.1.0. I'm launching my script from a
CMD batch script. I'm curious, is there any way for the script to print
which line is read as well as the action? I know that i can implement
"print" functions in my script however is there a easier way of doing
this? Example:

Now my CMD is printing stuff like:

Clicking xxx
DoubleClicking xxx

But I'd like to know if the CMD could print it like:

[Line 1] Clicking xxx
[Line 4] DoubleClicking xxx

** Affects: sikuli
     Importance: Medium
     Assignee: RaiMan (raimund-hocke)
         Status: In Progress

** Summary changed:

- [request] Print number of executed script line with internal log messages
+ [request] Print number of executed script line with log messages

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 2.0.0

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

Title:
  [request] Print number of executed script line with log messages

Status in Sikuli:
  In Progress

Bug description:
  Hello! I'm currently using sikuli 1.1.0. I'm launching my script from
  a CMD batch script. I'm curious, is there any way for the script to
  print which line is read as well as the action? I know that i can
  implement "print" functions in my script however is there a easier way
  of doing this? Example:

  Now my CMD is printing stuff like:

  Clicking xxx
  DoubleClicking xxx

  But I'd like to know if the CMD could print it like:

  [Line 1] Clicking xxx
  [Line 4] DoubleClicking xxx

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


Follow ups