Im automating something and one thing i have issue with is an auto-complete dropdown where im sending a string key to, but then i need to choose from the drop down a value to select it, and I have to actually click on it.
So I wanted to know if its possible after that im sending the key to:
go down one time (with the "down" arrow in the keyboard)
then
click enter
is that possible?
I can use java or scala
thanks