This module provides subroutine to launch YaST2 module in GUI test.
launch_yast2_module_x11([$module] [, target_match => $target_match] [, match_timeout => $match_timeout]);Launch a yast configuration module $module or the yast control center if $module is empty.
Calls assert_screen on $target_match, defaults to yast2-$module-ui.
Optional $match_timeout can be specified as a timeout on the assert_screen call on $target_match. Optional $apply_workaround can be specified as all apply_workaround_poo124652 on the assert_screen call on $target_match. $maximize_window option allows to maximize application window using shortcut.