Page 1 of 1

How To Sue Down Key with Selenium

Posted: 15 Oct 2019, 15:53
by snowmind
Can anyone tell me how I use the DOWN key for selenium in AHK?

Code: Select all

driver.findElementById("sys_display.incident.u_building").SendKeys(driver.Keys.ARROW_DOWN)
Is this the correct syntax?

Re: How To Sue Down Key with Selenium  Topic is solved

Posted: 15 Oct 2019, 17:41
by Xtra
driver.Keys.ArrowDown

Check the API help file:
Selnium API help file.PNG
Selnium API help file.PNG (66.77 KiB) Viewed 452 times