Hi everyone,
I have an application built on ASP.NET Core that uses Selenium for browser automation. When I run the automation using Chrome WebDriver on Windows, everything works fine — the WebDriver does not get locked or stuck.
However, when I run the same setup on an Ubuntu server, the Chrome WebDriver gets locked (it hangs or becomes unresponsive during execution).
I’d appreciate some guidance or confirmation from the community.