Question
Northwestern Mutual
Northwestern Mutual
US
Northwestern Mutual
Posted: May 14, 2019
Last activity: May 14, 2019
Last activity: 14 May 2019 16:41 EDT
Closed
Pega Robtics work with Autocomplete in Chorme
I have an autocomplete textbox control to fill in the data. User has to type in text or "SPACE" "Down" key to populate options below the textbox and select from it. Directly set the textbox value doesn't work in my case. This is in Chrome Universal adaptor. Any advise?
Without seeing the exact control, it is challenging to provide specific guidance. Whenever you encounter "non-standard" controls such as this one; particularly in web applications, you can usually perform the same functions with JavaScript. You may need to investigate this particular control using Chrome's developer tools to determine exactly what it is triggering and call those same functions with Pega Robotics.
Unfortunately, without getting hands-on, it is impossible to give you any specifics about what to trigger.