DarylMM
9 years agoOccasional Contributor
Variable used to store data from Excel file broken?
I am currently developing a Keyword driven framework using JavaScript / TestComplete and have an Excel file which contains a step number, Description, Keyword, Locator and Data. I am currently re...
- 9 years ago
if you are having return value as Browsers.Item(btlExplorer,"",Browsers.pX64) then you need to eval this object in-order to use .Run() method.
Like below,
value = eval(driver.Value(3));