How to access methods from object after it is saved in a variable

Notice that simply using

*** Settings ***
Library		sing.py

*** Test Cases ***
Test
   ${word}=    Name
   Log To Console    ${word}

ought to work the same way. Unless you have some specific reason for your approach, this is a lot simpler.

2 Likes