Actual behavior
While writing a test, getting error message "The method enterDetailComboBox() is undefined for the type Body".
Also, lot many UI elements still cannot be located using UTAM browser extension.
What is your expected behavior?
UTAM generated java code should correctly refer to valid related methods for the mentioned class. Also, all the related methods should be created successfully during compilation.
Steps to reproduce
- Post setting up utam-java-recipes project, create a new test.
- Login to salesforce and using UTAM browser extension, locate search box.
- Copy the utam generated java code.
- Paste the code in your newly created test case.
loader.load(Body.class)
.enterDetailComboBox();
- Import the class.
- Observe that error occurs "The method enterDetailComboBox() is undefined for the type Body"