When selecting position 200 in a dropdown it takes up to 30 seconds to return it. How can I return the result faster?
@FindBy(xpath = "//*[@id=\"searchCriteria\"]/table/tbody/tr[3]/td[2]/select/option[221]")
private WebElement fast;
ClickControl.click(fast);