I'm in the process of evaluating edge and I'm unclear on how / if we can use the same framework for edge that we use for IE testing. I see there is an option using the command line to either choose EDGE or IE, but currently we don't populate this parameter either way when using the command line to invoke Silk.
-Is this the only way to tell a test to use Edge or IE when using the same script for both? Is there any way I can determine at the start of a .net script which browser I want to interact with, and then run the appropriate browser, either by reading from a database value or from a local text file, or must this be passed in using the -b parameter?
Some background: We have a data driven keyword framework, in which we have a component which launches IE within a workbench script. We have several .net scripts and they all pass information back and forth. The ones that interact with browsers have the IE application configuration set up. We do not use the base state for an application in any way. I'm already presuming I'd have to add an EDGE app config, but wondering how to actively choose which app config will be used for interaction.