WebElement newCheckbox = wait.until(				 ExpectedConditions.elementToBeClickable(NEWCHECKBOX_LOCATOR)); newCheckbox.click(); Click(); cannot uncheck New Select webelement.
Hi David,
I am assuming that you refer to the New, Nearly New and Used checkboxes from the autotrader.co.uk home page.
If you cannot check them with the click() method of the WebElement type, try using javascript as follows:
Great, thanks.:)