View Source Medic.Checks.Chromedriver (Medic v1.8.4)
Checks to see if Chromedriver is allowed to run in the MacOS quarantine sandbox.
examples
Examples
{Check.Chromedriver, :unquarantined?}
{Check.Chromedriver, :versions_match?}
Link to this section 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.
Link to this section 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.