Pega Robotics SendKeys (string) doesn't work
I am exercising Pega Robotics with creating a web automation.
I need SendKeys(String) method to choose value. Values for choosing the correct one appear just after typing text in the searchbox. Property.Text doesn't work for app - existing values are not populated with that method.
During interrogation the field I test in the Interrogation window Test tab --> send keys and it works.
Once I run automation --> Value with SendKeys is not send to the box.
I Any idea what can block SendKeys method functionality in automation? Additional prerequisites? Thank you in advance!