79396910

Date: 2025-01-29 13:38:54
Score: 1.5
Natty:
Report link

I wouldn't bother myself with any other element than the one I need I suggest going directly for the div that has the text as '6:00 PM', so XPath should be like below:

//div[@class='timeslot-time'][contains(text(),'6:00 PM')]
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Süleyman Süha Aktaş