Sha256: 744e3b87a4b33093c75386fc78c04ee4a86554aade99b9c360e10793c47020ff
Contents?: true
Size: 596 Bytes
Versions: 146
Compression:
Stored size: 596 Bytes
Contents
module OpsManagerUiDrivers module Version16 module BoshProductSections class AdvancedInfrastructureConfig def initialize(browser:) @bosh_product_form_section = BoshProductFormSection.new(browser, 'advanced_infrastructure_config') end def fill_advanced_infrastructure_config_settings(fields) return if fields.empty? @bosh_product_form_section.open_form('advanced_infrastructure_config') @bosh_product_form_section.set_fields(fields) @bosh_product_form_section.save_form end end end end end
Version data entries
146 entries across 146 versions & 1 rubygems