MicrosoftEdge / EdgeWebDriver

Feedback and discussions about WebDriver for Microsoft Edge
MIT License
52 stars 7 forks source link

DevToolsActivePort file doesn't exist --While deploying application using tomcat In Chrome browser is working fine but In Edge browser I'm Getting this Issue #108

Open Ramuvelpula96 opened 10 months ago

Ramuvelpula96 commented 10 months ago

1.Could not start a new session. Response code 500. Message: unknown error: msedge failed to start: crashed. (unknown error: DevToolsActivePort file doesn't exist) (The process started from msedge location C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe is no longer running, so msedgedriver is assuming that msedge has crashed.) Build info: version: '4.1.4', revision: '535d840ee2' System info: host: 'MAZDA', ip: '10.0.0.127', os.name: 'Windows Server 2019', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.6' Driver info: org.openqa.selenium.edge.EdgeDriver Command: [null, newSession {capabilities=[Capabilities {browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-sandbox, --disable-dev-shm-usage], extensions: []}}], desiredCapabilities=Capabilities {browserName: MicrosoftEdge, ms:edgeOptions: {args: [--no-sandbox, --disable-dev-shm-usage], extensions: []}}}]

Nickog13 commented 10 months ago

Hi,

just out of curiosity, as I get the same error with a specific msedgedriver version (116), what is the version of your msedge and msedgedriver?

bwalderman commented 7 months ago

Hi @Ramuvelpula96, can you share more details on how to reproduce the issue? Which WebDriver client (e.g. Selenium) are you using? Any sample code and details about the OS environment would also be helpful.

FujiwaraChoki commented 4 months ago

Getting the same error