What would a Selenium xpath selector be for the following HTML:
First Second Third<
If you want to get by text
[.= 'Second']
or
[text() = 'Second']