英文:
Why does chrome driver has not x64 variant but edge driver does?
问题
只有 Edge 针对 x64 有特殊的驱动程序。为什么?
答案1
得分: 1
64位版本的驱动程序可用性取决于浏览器实现、组织的优先事项等。Microsoft采取了支持Edge浏览器64位版本的举措,而Google优先支持32位版本,因为它仍然被广泛使用。
Chrome驱动程序开发人员可能也在考虑其他因素,比如与其他操作系统的兼容性,支持多个版本的浏览器以及工程资源的可用性。
但是,很有可能未来会推出Chrome驱动程序的64位版本。
英文:
Maintained by different orgs. Chrome -> Google, Edge -> Microsoft
64-bit version driver availability depends on browser implementation, priorities of the orgs etc. Microsoft took initiative to support 64-bit version of Edge browser, while Google prioritizes supporting 32-bit version because it is still widely used.
Chrome driver developers may also be considering other factors such as compatibility with other operating systems, the need to support multiple versions of the browser, and the availability of engineering resources.
But, it's highly likely a 64-bit version of Chrome driver will be available in the future.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论