enter key in selenium
To press ENTER key using Selenium WebDriver, We need to use Selenium
Enum Keys with its constant ENTER.
driver.findElement(By.xpath("xpath")).sendKeys(Keys.ENTER);
enter key in selenium
To press ENTER key using Selenium WebDriver, We need to use Selenium
Enum Keys with its constant ENTER.
driver.findElement(By.xpath("xpath")).sendKeys(Keys.ENTER);
press enter selenium
driver.findElement(By.id("element_id")).sendKeys(Keys.ENTER);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us