AttributeError: 'WebDriver' object has no attribute 'send ...
stackoverflow.com › questions › 54272809Jan 20, 2019 · AttributeError: 'WebDriver' object has no attribute 'send_keys' ...implies that the WebDriver implementation has no attribute as send_keys. selenium.webdriver.remote.webelement which reprsents a DOM element contains the method send_keys(*value) which defined as: send_keys(*value) Simulates typing into the element. So an appropiate way to invoke send_keys() must be associated on an element as follows: