python 2.7 - DateTime Library in Robot Framework -
is possible use datetime library in robotframe version 2.8.4, have checked , come know datetime library comes rf version 2.8.5 only. so, in case, using older version not have datetime library support. python version 2.7.8
depending on want use datetime library for, there few alternatives:
- you can instead use builtin function get time, can return time in whatever format, current time, timezone adjusted or specific time converted format. eg.
get time epoch
seconds since epoch current time. - you use bultin function evaluate let use python expression.
- you can run entire python script files, eg. using operatingsystem function run execute entire python script.
Comments
Post a Comment