Medic.Checks.Chromedriver (Medic v2.0.1)
View SourceChecks to see if Chromedriver is allowed to run in the MacOS quarantine sandbox.
Examples
{Check.Chromedriver, :unquarantined?}
{Check.Chromedriver, :versions_match?}
Summary
Functions
Checks to make sure that Google Chrome is installed.
Checks that chromedriver is installed, and has not been quarantined by the MacOS security sandbox.
Checks that chromedriver matches the installed version of Chrome.
Functions
@spec chrome_installed?() :: Medic.Check.check_return_t()
Checks to make sure that Google Chrome is installed.
@spec unquarantined?() :: Medic.Check.check_return_t()
Checks that chromedriver is installed, and has not been quarantined by the MacOS security sandbox.
@spec versions_match?() :: Medic.Check.check_return_t()
Checks that chromedriver matches the installed version of Chrome.