真心不容易
折腾了一天
:
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
# encoding:utf8
import time
class MyKeywords():
def __init__(self):
pass
def get_current_time(self):
current_time = time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time()))
return current_time
先就这样,起码没变成红色了
感谢TST的老师!
今日目标:把rf+APPNIUM需要的文件在电脑上配置好