Write to robot framework console from Python
问题 I am a newbie using python and I wanted to ask for your help in showing me how can I print messages from Python into robot framework console. 回答1: There are several ways for a python function to send information to the robot logs or to the console. These are all documented in the Robot framework user's guide, in the section titled Logging information. The cleanest way is to use the logging API, which gives specialized functions for various kinds of logging. For example, to send information to