I'm writing a script in Protractor and I have a calendar in my angular application.
I used element(by.css('Today's date')).click();
to select today's date from the calender. But, I have to change the code everyday to select the today's date.
So, Is there a specific anyway to select the today's date from the calendar?
Thanks. :)