How do I gain access to the methods in a class when using Robot Framework?
问题 I am using Robot Framework and building tests. I am having issues accessing the class methods inside my python file. I receive this error message ============================================================================== Test temperature setpoint change response | FAIL | No keyword with name 'setpoint_change' found. ------------------------------------------------------------------------------ From what I understand from the documentation this should work Robot File *** Settings ***