我有我的个人 python 模块,它有很多方法。
例如:
ReusableModule.py 有
def play_button():
print 'Does play Operation'
def download_music():
print 'Does Download Operation'
我想在 RobotFramework Ride 中使用这些方法作为关键字。如何使方法从 RIDE 中可见?
PS:编辑类名,以便 ROBOT 框架可以识别
当我执行时,Ride 出现以下错误:20130524 01:32:09.254: FAIL: No keyword with name 'play_button' found.