Forum Discussion
HKosova
Alumni
9 years agoYou need to use eval() to convert the string "btFirefox" into the corresponding constant:
var browserType = eval(Driver.Value(14));
Browsers.Item(browserType).Run("AppURL");You need to use eval() to convert the string "btFirefox" into the corresponding constant:
var browserType = eval(Driver.Value(14));
Browsers.Item(browserType).Run("AppURL");