Feature Request: Page Object API Implementation in Debug Sections(Watch Section) #1573
Closed
kumarmaxwell
started this conversation in
Ideas
Replies: 1 comment
-
Hello, I have opened feature request as follow up on this thread. You can follow up here - #1575 Thank you! 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have APIs for handling the following sections in the debug sidebar:
Variables (components\sidebar\tree\debug\VariableSectionItem.d.ts)
Call Stack (components\sidebar\tree\debug\CallStackItem.d.ts)
Breakpoints (components\sidebar\tree\debug\BreakpointSectionItem.d.ts)
I'm looking for a similar Page Object API to handle interactions with the sections shown in the attached screenshot:
Request:
Could you please consider adding Page Object API implementations for these sections and include them in upcoming releases?
Thank you in advance to the developer team for considering this feature request!
Beta Was this translation helpful? Give feedback.
All reactions