I am trying to find a common attribute in webpage calendar-dates like spicejet etc, to store. can anyone help me.
This is my code:
int count=driver.findElements(By.cssSelector("td[data-handler='selectDay']")).size();
I thought the css I have taken is was common but it didn't work