Selenium Interview Questions
Selenium Interview Questions
--> Object-Repository: can be built using the key-value pair approach wherein the
key refers to the name given to the
object and value refers to the properties used to uniquely
identify an object within the webpage.
--> Locators in Selenium: Address that identifies a web element uniquely within the
webpage. Types of locators in Selenium:
ID, XPath, CSS Selector, Partial LinkText, Name, LinkText
XPath: It is a language to query XML documents. It is an expression alongwith
some conditions.