MCPcopy Index your code
hub / github.com/coder/code-server / navigateMenus

Method navigateMenus

test/e2e/models/CodeServer.ts:555–559  ·  view source on GitHub ↗

* Navigate through the menu, retrying on failure.

(menus: string[])

Source from the content-addressed store, hash-verified

553 * Navigate through the menu, retrying on failure.
554 */
555 async navigateMenus(menus: string[]): Promise<void> {
556 await this.navigateItems(menus, '[aria-label="Application Menu"]', async (selector) => {
557 await this.page.click(selector)
558 })
559 }
560
561 /**
562 * Open context menu on the specified selector.

Callers 5

openFileMethod · 0.95
uploads.test.tsFile · 0.80
downloads.test.tsFile · 0.80

Calls 1

navigateItemsMethod · 0.95

Tested by

no test coverage detected