Selenium find element by name

Find element by name selenium Selenium find element by name is also another popular way to locate element. It uses name attribute of element to find element by name in selenium. Also it is easy for selenium to find name of element. Most of the time you will find name of element on page. Expression … Read more

Selenium find element by id to locate element

Selenium find element by id Selenium find element by id is very useful and popular element locator among the all types of element locators in selenium. If element have ID attribute then it is very easy to find element by id in selenium. Also it is very easy for tester to find id of element … Read more

What is element locator in selenium

Element locator in selenium Element locators in selenium plays very crucial role. Selenium find element using element locator. Selenium webdriver is automation testing tool which interacts directly with UI elements same as real user interacts with them. Selenium do not have any built in feature to locate element itself. To perform any action on UI … Read more

What types of testing and application tested using selenium

There are many automation testing tools available in market and each tool have its own feature and limitations. Before choosing any tool for automation, You must have to check it’s features and limitations. You have to check if your selected tool have all those features which are required to automate your application? Is it compatible … Read more