Navigates to an SAP intent with optional parameters.
Playwright Page (or compatible subset).
Semantic object and action descriptor.
Optional
Optional query parameters for the intent.
Navigation options.
await navigateToIntent(page, { semanticObject: 'PurchaseOrder', action: 'manage' }); Copy
await navigateToIntent(page, { semanticObject: 'PurchaseOrder', action: 'manage' });
Navigates to an SAP intent with optional parameters.