Identifying elements in the page | CSS Selectors
In the Previous Tutorial, we took a deeper dive to the XPath ocean and learned to construct partial XPath by using the following XPath functions: contains() starts-with() text() wild-card * Indexing In this tutorial, we will learn to locate elements through CSS selectors. CSS Selectors are said to be faster than XPath and at times it …