ContributionsMost RecentMost LikesSolutionsRe: can picking a value from list box be automated in keyword test Hi, yes I used the obj spy. It finds the listbox, I am not sure how to program what to pick. When the test runs, the values in the list box drop down, but the test never picks a value, and the test errors out can picking a value from list box be automated in keyword test Hi, new to ui autonomation. I am trying to run a test where the page loads and I pick a value from a list box. There are several values in the list box and each returns a different dataset which is populating a datagrid. My tests will not run because the selection from the list box, never happens. If I manually pick the value, the test will run and pass