Open sravan-jessu opened 1 year ago
We have also observed this browser redirection issue with base quantum project. could someone assist with this issue?
Will you be able to provide everything that is necessary for someone else to reproduce the issue? Please refer http://sscce.org/
QAF Version
Steps To Reproduce
Expected behavior
When execution started with on Selenium HQ remote Microsoft Edge browser, test should start on the same browser.
Actual behavior
We are executing tests in selenium HQ with few capabilities, even though the capabilities are correct few times instead of selecting browser based on the capability's client send it is attempting the tests in a different browser. The actual capability after driver gets created are with a different browser than what client requested for.
The redirecting of browser is happening after connection to selenium hq is happened. So, we are thinking it's not our code issue. Same code works fine at times. but when we run multiple tests (capabilities client passes looks good) instead of desired browser other browser is being set for execution. And getting hung from there.
Is the issue reproducible on runner?
Test case sample