You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run selenium tests so that it only chooses a certain version of IE.
In WebDriver.php line 65 the $requiredCapbilties array gets overwritten with a blank array, meaning that I cannot make the browser version of IE required, only desired.
This is causing issues as it is opening the wrong version of IE to run the tests on.