<div class="value test" /> I'd like to identify that web element. It only has these two classes defined. I cannot do the following as className does not take a space-separated value. What are the alternatives?
@FindBy(className = "value test")
@CacheLookup
private WebElement test;