YuiRestClient::Widget::Button - Handle YQWizardButton, YPushButton
Copyright 2020 SUSE LLC
SPDX-License-Identifier: FSFAP
QE Yam <qe-yam at suse de>
$self->{btn_next}->click()
$self->{button}->is_enabled()
This class provides methods to interact with libyui button objects.
click() - Send a press event to a button
The button object receives a press event.
is_enabled() - Check if button is enabled
If the button object has a property 'enabled' then the value of this property is returned
If the button object has no property 'enabled' then it is considered to be enabled by default