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:

  1. 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.
  2. you use bultin function evaluate let use python expression.
  3. you can run entire python script files, eg. using operatingsystem function run execute entire python script.

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -