How can I get the times from the following elements? I am using Selenium Webdriver and coding in C#. Both elements have the same class name?
[![From Inspect][1]][1]
On this page, https://www.yelp.com/biz/teds-montana-grill-aurora-aurora?osq=Teds+Montana+Grill
I need to gather the times displayed next to 'Today' [![Today][2]][2]
to perform the following. ``
driver.FindElement(By.ClassName("nowrap"))...
This does not have getText as a method?
[1]: https://i.stack.imgur.com/tHwT2.png
[2]: https://i.stack.imgur.com/EQtxZ.png