webdriver-manager
webdriver-manager copied to clipboard
Standalone library and command line tool for managing Selenium WebDriver
I tried using this package to manage my selenium dependencies, but I quickly found out that it does not work for mac with the current versions being around. There is...
In light of the recent PR, I was doing a little code review and noticed the pinned versions of standalone and the drivers are lagging behind a bit. Might be...
Right now `->isRunning()` only checks if the parent process is running but doesn't guarantee that the standalone server si ready to process queries. would be great to have something like:...