Robot Framework:: Imported Library 'class' Contains No Keywords
I am creating Robot Framework keyword using python When I use only function, then RIDE can detect the keyword def hello_world (patient): print ('Hello') However when I am using
Solution 1:
Ok I found my mistake, I needed to put Library fileName.ClassName , it fixed the issue
Post a Comment for "Robot Framework:: Imported Library 'class' Contains No Keywords"