Sha256: 1e7d8c8f306150bcdb32fb2802fa7e5f3aeee609c231b916b8c6d73f7b671289
Contents?: true
Size: 596 Bytes
Versions: 142
Compression:
Stored size: 596 Bytes
Contents
module OpsManagerUiDrivers module Version17 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
142 entries across 142 versions & 1 rubygems