I have two objects in robot file created like this.
Library HwTest COM17 SN2 WITH NAME Smart Node 2
Library HwTest COM13 SN1 WITH NAME Smart Node 1
I need to pass Smart Node 1 and Smart Node 2 in a user defined keyword.
But when I gave the object name after the keyword it was taken as a unicode in python,not as a object. I get error like unicode object has no attribute. AttributeError: 'unicode' object has no attribute 'filename'
Libraryis a very odd way of doing things. That's not really howLibraryis supposed to be used.