How does one develop custom test libraries in Python for the Robot Framework?
Hi Rebecca,
To create custom test libraries in Robot Framework, you can write Python classes that extend from the robot.libraries.Library
class.
How does one develop custom test libraries in Python for the Robot Framework?
Hi Rebecca,
To create custom test libraries in Robot Framework, you can write Python classes that extend from the robot.libraries.Library
class.