In this Robot framework tutorial we will learn how to find selenium WebElement by its LinkText or PartialLinkText and use it to perform actions using Robot framework automation.
Tag: robot framework step by step
Robot Framework Tutorial #19 – Arguments in Robot Framework
In this robot framework tutorial we will learn how to use Arguments in robot framework.
You can use arguments in user defined keywords and make your code more maintainable and readable. Keywords can accept zero or more arguments, and you can assign default values to some arguments.
Robot Framework Tutorial #11 – Move User Defined Keywords to Resource File
In this Robot framework tutorial we will learn how to create user defined keywords in Robot framework and move them to external resource file.