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 with python
Robot Framework Tutorial #22 – How to Find Webelement by ID or Name
In this Robot framework tutorial we will learn how to find selenium webelement by its ID or Name and use it to perform actions using Robot framework automation.
Robot Framework Tutorial #21 – Refactor Selenium Webelement Locators
In this Robot Framework Tutorial we will understand how to refactor selenium webelement locators and organise your robot framework project so that it is more maintainable and manageable.
Watch the full robot framework tutorial series to master robot framework automation.
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 #18 – Variable Scope in Robot Framework
In this robot framework tutorial we will learn about variable scope in robot framework.
Depending on where and how the variables are created, they can have a global, test suite, test case or local scope.