salesforce / utam-java-recipes

Examples of testing with UTAM Java
MIT License
18 stars 17 forks source link

How do you select an item in a ListView header? #47

Open AndrewWeiser-RTWSA opened 2 months ago

AndrewWeiser-RTWSA commented 2 months ago

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