SeleniumVBA
SeleniumVBA copied to clipboard
Gmail virus detection
Gmail virus detection now blocks SeleniumVBA.xlam when trying to attach it into a new message:
I found that this line of WebDriverManager is the only thing responsible for this false positive:
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?