Posts by erick • 1 point
1 post
-
0
votes1
answer2083
viewsA: How to simulate pressing the enter key in Selenium?
Well , to give the enter first Voce must import from selenium.webdriver.common.keys import Keys this package performs pressing of all special keys including Enter after you have done this, and only…