d0fc0114da66
Create application
Create a new application
Request body
Application ID
Time application created
ID of user who created application
Time application last updated
ID of user who last updated application
(Deprecated, use workspace_id)
ID of workspace associated with application
Application display name
Application description
Controls whether or not the x-mabl-agent header is sent on requests (can be overridden by plan and test)
available runner sizes
Application-level preference for how the "enter text" step types into inputs. Absent means "no preference; runtime falls back to its default."
- fill: write the value atomically via Playwright's fill(). Fast and reliable for standard inputs.
- press: type one character at a time. Slower, but works with autocomplete / per-character event handlers.
Application-level preference for whether a click step may act on an element that fails actionability checks — disabled, hidden, covered, or unstable. Affects new click steps authored in the test editor or by the Test Creation Agent. true clicks the element anyway; false fails the step when the target is not actionable. Absent means no workspace preference. Per-step overrides set in the test editor always win.
Application-level preference for whether a click step skips the synthetic JavaScript fallback click that normally fires when the native browser click cannot reach the target element — for example when an overlay intercepts the click or the browser routes the input away from a cross-origin iframe. true fails the step with a clear error instead of clicking synthetically; false or absent allows the fallback (the historical behavior). Newly created applications default to true.
Custom HTML element attribute names mabl should prioritize when locating elements, in priority order
Response
Application created
Application ID
Time application created
ID of user who created application
Time application last updated
ID of user who last updated application
(Deprecated, use workspace_id)
ID of workspace associated with application
Application display name
Application description
Controls whether or not the x-mabl-agent header is sent on requests (can be overridden by plan and test)
available runner sizes
Application-level preference for how the "enter text" step types into inputs. Absent means "no preference; runtime falls back to its default."
- fill: write the value atomically via Playwright's fill(). Fast and reliable for standard inputs.
- press: type one character at a time. Slower, but works with autocomplete / per-character event handlers.
Application-level preference for whether a click step may act on an element that fails actionability checks — disabled, hidden, covered, or unstable. Affects new click steps authored in the test editor or by the Test Creation Agent. true clicks the element anyway; false fails the step when the target is not actionable. Absent means no workspace preference. Per-step overrides set in the test editor always win.
Application-level preference for whether a click step skips the synthetic JavaScript fallback click that normally fires when the native browser click cannot reach the target element — for example when an overlay intercepts the click or the browser routes the input away from a cross-origin iframe. true fails the step with a clear error instead of clicking synthetically; false or absent allows the fallback (the historical behavior). Newly created applications default to true.
Custom HTML element attribute names mabl should prioritize when locating elements, in priority order