Selenium send_keys(Keys.RETURN) function does not work for python

when I’m using send_keys(Keys.RETURN) it is not taking my input. There is just a symbol. How can I resolve that?

1 Like

You can resolve this issue by using send_keys(Keys.ENTER).