Trying to get the individual rows of the table on this page: http://www.flashscore.com/match/n77wzKlQ/#match-summary
Here's the code I have so far... not working because the class name has spaces. I've tried replacing spaces with .'s but still no luck.
Code:
List<WebElement> homeEvents = body.findElements(By.className(".summary-vertical.fl"));