Selenium Java - Page Object Model
You want to locate multiple elements with the same class name using
@FindBy. Which declaration is correct to store all matching elements in a list?public class ProductsPage {
// Which line is correct?
}