79347563

Date: 2025-01-11 05:36:05
Score: 1
Natty:
Report link

You can select the a element which contains a div whose text content starts with "6.00 PM"; would that give you what you need?

//a[div[@class='timeslot-time'][starts-with(., '6.00 PM')]]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Conal Tuohy