Forum Discussion

DarylMM's avatar
DarylMM
Occasional Contributor
9 years ago
Solved

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...
  • shankar_r's avatar
    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));