In my webpage, there\'s a div with a class named Test.
div
class
Test
How can I find it with XPath?
XPath
Match against one class that has whitespace.
//div[normalize-space(@class)="hello"]