uezo / TinySeleniumVBA

A tiny Selenium wrapper written in pure VBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carefully Consider Use of (Default) ByRef vs (Explicit) ByVal

GCuser99 opened this issue · comments

commented

I went through the entire code base and changed any input parameter that was not typed as Object or Variant (such as strongly-typed Double, Long, Boolean, or String) to an explicit ByVal. Sorry I should have mentioned this before because some of my proposed modifications will throw an error if not.

Thank You!