Skip to content

Add 'findExecutableOnSystemPath' method; eliminate Guava

Latest
Compare
Choose a tag to compare
@sbabcoc sbabcoc released this 31 May 19:19
· 8 commits to master since this release

In this release, I added a new findExecutableOnSystemPath function to the FileUtils class. This will eliminate reliance on similar Selenium APIs in Selenium Foundation.

I also removed dependencies on Guava APIs. These really weren't doing very much for me, and including this library could cause mixed-version issues for client projects.

NOTE: This is a breaking change, because the Params class has now switched from using the Guava Optional class to the standard Java Optional class.