← Back to team overview

sikuli-driver team mailing list archive

[Bug 559629] Re: [request] A method to get Sikuli version

 

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

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

Title:
  [request] A method to get Sikuli version

Status in Sikuli:
  New

Bug description:
  A feature request for a method to get the Sikuli version info.

  It would be nice to be able to get the current version info of Sikuli
  while a script is running in order to print to log files.

  Code Example:
  version = getVersion()   # Can return a string like "v0.9.9" or an even more detailed string like "v0.9.9 22Feb2010"
  log += version
  print log