sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00347
[Bug 559629] Re: [request] A method to get Sikuli version
** Summary changed:
- [feature request] A method to get Sikuli version
+ [request] A method to get Sikuli version
--
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