Question
1
Replies
30
Views
Accenture India PVT Ltd
Posted: May 26, 2018
Last activity: November 6, 2018
Closed
How to automate angucomplete
I have a angucomplete-alt element in my page and i want to automate it. I want to raise event to display thee autocomplete dropdown and select a value from it.
Trying to determine which events to raise is tricky. I would start by using the debugging tools within Chrome to try to understand which events you need to raise to perform the steps required. I really can't offer any specifics without access to the actual page. You may also need to write some custom JavaScript to trigger the function.