Sha256: dcd886fc7a71180a665d8c4a0501276419cf296576d01b7f9e17c62432638ca1
Contents?: true
Size: 580 Bytes
Versions: 152
Compression:
Stored size: 580 Bytes
Contents
module OpsManagerUiDrivers module Version15 module MicroboshSections class AdvancedInfrastructureConfig def initialize(browser:) @microbosh_form_section = MicroboshFormSection.new(browser, 'advanced_infrastructure_config') end def fill_advanced_infrastructure_config_settings(fields) return if fields.empty? @microbosh_form_section.open_form('advanced_infrastructure_config') @microbosh_form_section.set_fields(fields) @microbosh_form_section.save_form end end end end end
Version data entries
152 entries across 152 versions & 1 rubygems