Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Class behat_communication for behat custom steps and configuration for communication api. More...
Public Member Functions | |
disable_communication_experimental_feature () | |
Disable communication experimental feature. | |
enable_communication_experimental_feature () | |
Configure and enable communication experimental feature. | |
getSession ($name=null) | |
Returns the Mink session. | |
Public Attributes | |
const | PAGE_READY_JS |
The JS code to check that the page is ready. | |
Class behat_communication for behat custom steps and configuration for communication api.
behat_communication::disable_communication_experimental_feature | ( | ) |
Disable communication experimental feature.
@Given /^I disable communication experimental feature$/
behat_communication::enable_communication_experimental_feature | ( | ) |
Configure and enable communication experimental feature.
@Given /^I enable communication experimental feature$/
|
inherited |
Returns the Mink session.
string | null | $name | name of the session OR active session will be used |
Behat\Mink\Session |
Implemented in behat_form_field.
|
inherited |
The JS code to check that the page is ready.
The document must be complete and either M.util.pending_js must be empty, or it must not be defined at all.