You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframe...@googlegroups.com
Hi, I'm trying to call the Evaluate keyword, with a python expression using the datetime module (I'm trying to get the local time, and subtract certain amount of minutes from it). The problem is that the datetime module is not recognized. I receive this error:
failed: NameError: name 'datetime' is not defined
I tried to import the datetime module as a Library in the testsuite definitions, but RIDE fails to import it. It says it needs
What's the right way to use the datetime module
Tatu Aalto
unread,
Sep 11, 2013, 2:21:04 PM9/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to aviha...@gmail.com, robotframe...@googlegroups.com
Ugh
Best way would be to make a library [1] from your code use it as a
keyword from Robot Framework