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
An exception was thrown as below WebDriverException: Message: unknown error: msedge failed to start: crashed. (unknown error: DevToolsActivePort file doesn't exist) (The process started from msedge location /opt/microsoft/msedge/msedge is no longer running, so msedgedriver is assuming that msedge has crashed.)
The text was updated successfully, but these errors were encountered:
I ran it on server as below:
NAME="Amazon Linux"
VERSION="2023"
ID="amzn"
ID_LIKE="fedora"
VERSION_ID="2023"
PLATFORM_ID="platform:al2023"
PRETTY_NAME="Amazon Linux 2023"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2023"
HOME_URL="https://aws.amazon.com/linux/"
BUG_REPORT_URL="https://github.com/amazonlinux/amazon-linux-2023"
SUPPORT_END="2028-03-01
A 5-minute online search revealed that Amazon servers (EC2 Graviton, ARM-based) cannot run linux/amd64 images... (the image's architecture is shown on the Docker Hub)
I added explanations in the troubleshooting section of the README. (see PR #451)
I also created a separate enhancement to build and push images for multiple architectures, rather than only linux/amd64. (see #455)
I tried with below command but it was not run
An exception was thrown as below
WebDriverException: Message: unknown error: msedge failed to start: crashed. (unknown error: DevToolsActivePort file doesn't exist) (The process started from msedge location /opt/microsoft/msedge/msedge is no longer running, so msedgedriver is assuming that msedge has crashed.)
The text was updated successfully, but these errors were encountered: