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

Examples of testing with UTAM Java

Results 2 utam-java-recipes issues
Sort by recently updated
recently updated
newest added

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....

bug
needs triaging

### Actual behavior Getting following error message when executing "mvn clean install" command from project root directory from command line for java: [INFO] Compiling 18 source files to \...\utam-java-recipes\utam-preview\target\classes [INFO]...

bug
needs triaging