zhangwt

Results 12 comments of zhangwt

> Hi @zhangwt-cn Thank you for the PR! > > Unfortunately, this is only a piece of the needed changes. We will also need to modify our `Makefiles` before we...

Hello, I want to try fixing this bug. Assign to me please

@krmahadevan Users should have the capability to produce their own logs, and I believe that the output of sensitive information should not come from the logs of the underlying framework.

> > @krmahadevan Users should have the capability to produce their own logs, and I believe that the output of sensitive information should not come from the logs of the...

Added a `privacyMode` attribute to control whether to output the following sensitive information. - se:vnc - se:cdp Users can utilize the `privacyMode` attribute to control whether or not to output...

> I believe this would not work because: > > * `privacyMode` is not a [W3C capability](https://www.w3.org/TR/webdriver1/#capabilities), so it would be filtered and ignored. > * This change modifies the...

@diemol Based on your advice, I made the following changes ```java public class DistributorOptions { public static boolean PRIVACY_MODE = true; private final Config config; public DistributorOptions(Config config) { this.config...

Hello, which version do you need to upgrade to? I will be happy to do it.

Hi @robertmcnees I have submitted the modification, please feel free to correct me if there are any questions. #49

可以试试[这个](https://dm-convert.vercel.app/),从Navicat导出MySQL建表语句转换