Adhisivan R
Adhisivan R
The test is simple opening and closing the browser using below capabilities. When driver.quit() is called, it stays there for a very long time. ie.custom.cap = [{"browserAttachTimeout": "10000"}, {"ie.edgechromium": true},{"ie.edgepath":...
**Here is the simplified version of what we were trying do, hope this helps.** ```java import org.openqa.selenium.Platform; import org.openqa.selenium.WebDriver; import org.openqa.selenium.ie.InternetExplorerOptions; import org.openqa.selenium.remote.*; import java.net.MalformedURLException; import java.net.URL; public class SimpleTestClass...
[serverlog-bad.txt](https://github.com/SeleniumHQ/selenium/files/8604139/serverlog-bad.txt)
As I compare the logs between good one to bad one, here is the different I could find out. **Following call trace (from IEDriverServer Log) was found when it is...
@diemol Yes, in the previous post I have provided with full log (https://github.com/SeleniumHQ/selenium/files/8604139/serverlog-bad.txt) "_In any case, I am able to reproduce this, but unfortunately I cannot see why this is...
After further investigation, I could see that, the below event did not fire when browser_.Quit() called on IWebBrowser2, because of that reason the managed browser handler keeps hanging in driver...
We have been trying with most recent release version 4.3.0, but still the issue persist. I hope the commit code shared above already released?
Thank you. I will give it a try once it is available.