Ajax Actions
Centum\Codeception\Actions\AjaxActions
createAjaxRequest
createAjaxRequest(
Centum\Http\Method $method,
string $uri,
array<non-empty-string, mixed> $data = []
): Centum\Interfaces\Http\RequestInterface
sendAjaxRequest
sendAjaxRequest(
Centum\Http\Method $method,
string $uri,
array<non-empty-string, mixed> $data = []
): void
sendAjaxGetRequest
sendAjaxGetRequest(
string $uri,
array<non-empty-string, mixed> $data = []
): void
sendAjaxPostRequest
sendAjaxPostRequest(
string $uri,
array<non-empty-string, mixed> $data = []
): void