How can I simulate the ENTER key press using selenium python bindings? I have tried the following block but it is not working.
driver.find_element_by_xpath("html/xxxxx").send_keys('keys.ENTER')
or
driver.find_element_by_name("element_name").send_keys("ENTER")