uezo / TinySeleniumVBA

A tiny Selenium wrapper written in pure VBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExecuteScript with non-array argument

uezo opened this issue · comments

commented

WebDriver.ExecuteScript() takes scriptArguments as array, but I want to call this method with a single single argument.
See also the end of this closed issue: #24