Medic.Checks.Chromedriver (Medic v2.0.1)

View Source

Checks 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

chrome_installed?()

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

Checks to make sure that Google Chrome is installed.

unquarantined?()

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

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

versions_match?()

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

Checks that chromedriver matches the installed version of Chrome.