Sha256: f144b33f71682b1804327811b1f67d09d920d913b43bfd21c5fe2269b6f87a9e
Contents?: true
Size: 571 Bytes
Versions: 2
Compression:
Stored size: 571 Bytes
Contents
module OpsManagerUiDrivers module Version16 module Sections 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
2 entries across 2 versions & 1 rubygems