File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
py/selenium/webdriver/common Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,11 @@ def _get_binary() -> Path:
8181 ("win32" , "amd64" ): "windows/selenium-manager.exe" ,
8282 ("win32" , "x86_64" ): "windows/selenium-manager.exe" ,
8383 ("win32" , "arm64" ): "windows/selenium-manager-arm64.exe" ,
84+ ("win32" , "aarch64" ): "windows/selenium-manager-arm64.exe" ,
8485 ("cygwin" , "amd64" ): "windows/selenium-manager.exe" ,
8586 ("cygwin" , "x86_64" ): "windows/selenium-manager.exe" ,
8687 ("cygwin" , "arm64" ): "windows/selenium-manager-arm64.exe" ,
88+ ("cygwin" , "aarch64" ): "windows/selenium-manager-arm64.exe" ,
8789 ("linux" , "amd64" ): "linux/selenium-manager" ,
8890 ("linux" , "x86_64" ): "linux/selenium-manager" ,
8991 ("linux" , "arm64" ): "linux/selenium-manager-arm64" ,
You can’t perform that action at this time.
0 commit comments