Object identification using CSS selectors in Selenium

In the previous post, we have seen how to locate elements in HTML document using XPATH. In this post, we will see how to perform Object identification using CSS selectors in Selenium. CSS selectors are considered faster...