in caller method i used as
WebUI.callTestCase(findTestCase(‘Login’), [‘URL’:findTestData(“XXXX”).getValue(3,2))
in excel it is passed as URL: http://localhost:9100 in two columns (URL and value)
in called method : Login
when i use it as WebUI.navigateToUrl(URL) but i get the value as
.navigateToUrl(java.net.url) in debug, but the actual value is not being passed.
Note: URL is defined as variable in both the methods.