Kernel::Test::Role::Selenium::Agent::HandlesPermanentConfig

NAME

Kernel::Test::Role::Selenium::Agent::HandlesPermanentConfig – role to interact with permanent config fly out.

PermanentConfigOpenSettingsFlyout()

Opens the permanent config settings fly out.

    $Self->PermanentConfigOpenSettingsFlyout();

PermanentConfigSaveAndGoBack()

Opens the permanent config settings fly out.

    $Self->PermanentConfigSaveAndGoBack(
        WaitFor => '',  # optional
    );
Scroll to Top