Thursday, May 30, 2019

How To Use Name Locator In Selenium Automation Scripts

Locators in Selenium play an important role in the life of an automation engineer. Depending on how skilled you are in locating an element is directly proportional to the stability and efficiency of your automation testing with Selenium. There are multiple ways of utilizing locators in Selenium to find an element on a page but deciding the right one is up to the business. In this article, I will be how to use name locator in Selenium automation scripts.

Understanding The DOM (Document Object Model)

The Document Object Model (DOM) defines the structure of a webpage which constitutes of various tag elements and their corresponding attributes. For example, the image below shows the LambdaTest login page:Understanding The DOM



from DZone.com Feed http://bit.ly/2Wx7JLe

No comments:

Post a Comment