You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Feature Request: Support for ref options in aria_snapshot (API parity with Node.js)
Request:
Please consider adding support for the ref option (and any other relevant options) to the aria_snapshot method in Playwright for Python, to achieve API parity with the Node.js version.
Alternatively, please update the documentation to clarify the differences and current limitations between the Node.js and Python APIs for ARIA snapshotting.
Thank you
Example
Description:
In Playwright for Node.js, it is possible to use the following code to obtain an ARIA snapshot with additional options:
🚀 Feature Request
Title: Feature Request: Support for
ref
options inaria_snapshot
(API parity with Node.js)Request:
ref
option (and any other relevant options) to thearia_snapshot
method in Playwright for Python, to achieve API parity with the Node.js version.Thank you
Example
Description:
In Playwright for Node.js, it is possible to use the following code to obtain an ARIA snapshot with additional options:
However, when attempting to use similar options in Playwright for Python:
I receive the following error:
Motivation
Motivation:
The text was updated successfully, but these errors were encountered: