SeleniumVBA icon indicating copy to clipboard operation
SeleniumVBA copied to clipboard

Gmail virus detection

Open 6DiegoDiego9 opened this issue 1 year ago • 2 comments

Gmail virus detection now blocks SeleniumVBA.xlam when trying to attach it into a new message:

image

I found that this line of WebDriverManager is the only thing responsible for this false positive:

image

I also found that executing the same file with other methods, like Shell or wsh.Run, is sufficient to not trigger this false positive. However, these methods don't offer a method like StdOut.ReadAll to read the output string.

Does someone know a better way to read the output with alternative methods than by writing and reading the output to a file or the clipboard?

6DiegoDiego9 avatar Sep 06 '24 17:09 6DiegoDiego9