webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO

Home Page:https://webdriverio-community.github.io/wdio-vscode-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing the DebugToolbar via the Workbench

tzAcee opened this issue · comments

Hey,
inside the vscode page object docs the debug tool bar is defined, but how can I get a instance of it via the workbench?

Didn't find a example so far.

Appreciate any help!

Nevermind, it works the same way as accessing Input's: const debug_toolbar = await new DebugToolbar(workbench.locatorMap).wait();