I am trying to select the value from google API. My python version is 2.7. I am scripting for google chrome.
When i start typing something in text box then the text box shows some available values. Like if I type "Del" then it shows the suggestions as Delhi, India.
Now I have scripted till entering text in text field and it is also showing the available values. But as it isn't a dropdown, I can't select the value from that list using name or index. I tried to press down arrow key but using ASCII value as //40 press the value as ( in the text field.
Can anyone please suggest the solution either for selection of value or pressing the down arrow key.
Click element ${Location_Input}
Press Key ${Location_Input} P
sleep 4Seconds
Press Key ${Location_Input} \\40
Results in to : "P("