Medic.Checks.Chromedriver (Medic v1.4.0) View Source

Checks to see if Chromedriver is allowed to run in the MacOS quarantine sandbox.

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

Specs

chrome_installed?() :: Medic.Check.check_return_t()

Checks to make sure that Google Chrome is installed.

Specs

unquarantined?() :: Medic.Check.check_return_t()

Checks that chromedriver is installed, and has not been quarantined by the MacOS security sandbox.

Specs

versions_match?() :: Medic.Check.check_return_t()

Checks that chromedriver matches the installed version of Chrome.