Question - How will you find an element using Selenium?
Answer -
In Selenium every object or control in a web page is referred as an elements, there are different ways to find an element in a web page they are
- ID
- Name
- Tag
- Attribute
- CSS
- Linktext
- PartialLink Text
- Xpath etc