utam-java-recipes icon indicating copy to clipboard operation
utam-java-recipes copied to clipboard

How do you select an item in a ListView header?

Open AndrewWeiser-RTWSA opened this issue 1 year ago • 0 comments

I can navigate to a ListView header with the following Java code, but how do I select a new item from the ListView?

loader.load(ConsoleObjectHome.class)
    .getListView()
    .getHeader()
    .getSelectedListViewName();

E.g. how do I change the ListView from "Recently Viewed"? ListView

AndrewWeiser-RTWSA avatar Aug 20 '24 06:08 AndrewWeiser-RTWSA