ReadonlyclickClicks a button by its display text.
ReadonlyclickClicks the Edit button on the Object Page footer.
ReadonlyclickClicks the Save button on the Object Page footer.
ReadonlygetReturns the Object Page header title text.
ReadonlygetReturns all field key-value pairs from a section.
ReadonlygetReturns all sections with their title and ID.
ReadonlyisReturns whether the Object Page is in edit mode.
ReadonlynavigateNavigates to a section by its title or ID.
Fixture interface for Object Page testing operations.
Remarks
Provides a high-level facade for Object Page interactions within a Playwright test fixture context. Each method maps to a corresponding function in
object-page.ts.Example