I am using Python 3.5 with selenium 3.4.3
selenium.webdriver.remote.webelement has a clear() function that can clear the text in an input element.
I need to call this function from an ActionChains. But, as the documentation says, this functions seems not to be part of this class
How can I clear() an input element from an ActionChain?