TinySeleniumVBA
                                
                                
                                
                                    TinySeleniumVBA copied to clipboard
                            
                            
                            
                        Carefully Consider Use of (Default) ByRef vs (Explicit) ByVal
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!