How to use internal APIs for custom commands #27065
Unanswered
NoelDeMartin
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
Hey @NoelDeMartin, did you find any solution around this ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm going through the guide to make Custom Queries, and there are a couple of examples using internal APIs like cy.state.
However, since I am writing my code in TypeScript, I can't use the internal types. Is there a know workaround for this? Like installing a separate
@types
package or something?Beta Was this translation helpful? Give feedback.
All reactions