Robot Framework Tutorial #24 – Click Web Element by Link Text or Partial Link Text

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.

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.

Selenium WebDriver Tutorial #13 – What is Relative Locator in Selenium

In this Selenium Webdriver Tutorial we will learn about Relative locator in Selenium Webdriver. Selenium 4 introduced relative locators which were previously called as friendly locators. Relative locator help to locate elements that are nearby to other elements.

Selenium XPath Tutorial #8 -Axes Method descendant, descendant-or-self

In this Selenium Xpath tutorial we will learn about Xpath axes method descendant and descendant-or-self with examples.

XPath axes descendant method help in selecting all the descendant nodes of the current node.

XPath axes descendant-or-self method helps in selecting current node as well as all the descendant nodes of current node. Watch the full tutorial to understand xpath axes descendant methods with examples.