I am trying to click an element using selenium as shown below -
def colour(self):
self.driver.expected_conditions.element_to_be_clickable('//*[@id="add-remove-buttons"]/input')
I need the driver to wait until the element is visible, how do I go about doing that.