GCuser99 / SeleniumVBA

A comprehensive Selenium wrapper for browser automation developed for MS Office VBA running in Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do we really need Multi-Session support?

GCuser99 opened this issue · comments

commented

Need a compelling usage case... I doubt that this app will be used by web developers and so is it worth having to design in and around multi-session support? It is possible to instantiate more than one WebDriver object - the only apparent gotcha that I observed is the driver.Shutdown quits all instances of WebDriver so it is a little awkward but doable.