🏗️Web Tailor-Made coding
PAGE_NAME,WAIT_TYPE,SCROLL_TYPE,ELEMENT_NAME,ACTIONS,SEND_KEYS,VALIDATION,VALIDATION_TYPE NONE,NONE,NONE,NONE,CUSTOM,CustomClass:getSavedVariables,NONE,NONE
package test.java; import main.java.com.precisiontestautomation.automation.utils.KeyInitializers; public class CustomClass { public void getSavedVariables(){ System.out.println(KeyInitializers.getGlobalVariables().get().get("testFrameName")); } }
Last updated