-
Notifications
You must be signed in to change notification settings - Fork 75
Page Object APIs
Jan Richter edited this page Apr 24, 2019
·
29 revisions
In order to keep everyone from having to go through the VS Code DOM, which is quite complicated, the framework provides page objects to work with parts of VS Code directly.
See the individual page object pages below for quick usage guide. For complete API reference, look into the docs folder in the root of this repository.
There is also a limited support for handling native dialogs done via virtual key presses. If you venture into this territory, make sure the application does not lose focus and you are not touching the keyboard while a native dialog is being handled.