module Appium::Ios::Xcuitest::Certificate
def install_certificate(cer_file:)
-
cer_file
(string
) -- The content of the certificate file.
def install_certificate(cer_file:) args = { content: Base64.encode64(cer_file) } @driver.execute_script 'mobile: installCertificate', args end