Hello Experts,
My requirement is : I have a suggestion field, I will pass few letters to the text box and it will provide the suggestion list then I will use down arrow to highlight the first suggestion and send enter key to select.
Issue: My down arrow and enter keys are passing properly in attended mode but when I switched to unattended mode it is not passing the keys and also not gives any error like keys are not passed due to some issue.
Tried: I have tried to focus on the web element before using the send keys but not worked.
Example: I am able pass text to the text filed and I want select the second suggestion which is "send keys selenium". Using down arrow to highlight and enter key to select.
Note: below screenshot is just a example

Please help me to resolve this asap because I stuck while my application move to production stage.