Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
I'm not a VB guy.... but generally, the below JavaScript should be what you need to do...
if (ExcelDriverObject.Value('RunThisTest') === 'Y'){
DoSomething();
}
else {
DoSomethingElse();
}
In code, that's what I would do. You can do something similar with the if...then operation in a keyword test.