Here, we explain the settings when performing tests in Edge IE mode.
At present, only the local PC environment is supported.
Change the settings to the same ones as when using IE.
When running from the command line, it is necessary to change the setting file as follows:
{
"capabilities": {
"browserName": "ie_mode"
},
"testCondition": {
"browser": "ie_mode"
}
}
Note that as described in The future of Internet Explorer on Windows 10 is in Microsoft Edge, you may not be able to launch IE after June 15th.
Limitations
- When running tests via remote desktop, it is not possible to minimize the remote desktop window to run the test. Because Edge (IE mode) requires window focus.