什么是硒中的直通模式

What is a passthrough mode in selenium

我最近在 selenium 变更日志中遇到了一种叫做 passthrough 模式的东西。我完全不明白它的用途。有人可以解释一下吗。

添加了enablepassThrough模式以支持新的w3c标准

西蒙·斯图尔特的话:

I've added a "-enablePassThrough" flag to the standalone server. With this in place, and a few tweaks to Grid, it's possible to use a w3c remote end (eg. geckodriver) with a w3c speaking local end (eg. a recent 3.x release of selenium) It'll be in 3.5

Notably, this means that you'll need to start the nodes with "-enablePassThrough".

请下问题

Grid 无法正确处理 w3c 功能 #3808