ExTester: Your Essential UI Testing Companion for Visual Studio Code Extensions! Seamlessly execute UI tests with Selenium WebDriver, ensuring robustness and reliability in your extension development journey. Simplify UI testing for your VS Code extensions and elevate the quality of your user interface effortlessly.
Apache License 2.0
265
stars
72
forks
source link
[🚀 Request] Page Object API Implementation in Debug View > Watch Section #1575
Originally posted by **kumarmaxwell** October 22, 2024
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:
![Screenshot 2024-10-22 194158](https://github.com/user-attachments/assets/3748cfd1-cfd3-46cb-b183-2b7fcfa18fe9)
**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!
Discussed in https://github.com/redhat-developer/vscode-extension-tester/discussions/1573