Analysis of Selenium 4 Relative Locators

Friendly Locators were previously known as Relative Locators. Relative Locators are used to track down a specific component or element in relation to another component's location. There are a total of five strategies and two arguments to choose from. We can use the Web Element component boundary or the by-finder border. A list of relative locators can be found below:

1) above(): Finds a component or set of components that are positioned above a valid component.