MCPcopy
hub / github.com/VibiumDev/vibium / go

Method go

clients/javascript/src/page.ts:331–337  ·  view source on GitHub ↗

Navigate to a URL.

(url: string)

Source from the content-addressed store, hash-verified

329
330 /** Navigate to a URL. */
331 async go(url: string): Promise<void> {
332 debug('page.go', { url, context: this.contextId });
333 await this.client.send('vibium:page.navigate', {
334 context: this.contextId,
335 url,
336 });
337 }
338
339 /** Navigate back in history. */
340 async back(): Promise<void> {

Callers 15

saucedemo-e2e.mjsFile · 0.45
two-tabs.mjsFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
selectors.test.jsFile · 0.45
freshPageFunction · 0.45
websocket.test.jsFile · 0.45

Calls 2

debugFunction · 0.90
sendMethod · 0.45

Tested by 15

freshPageFunction · 0.36
freshPageFunction · 0.36
test_page_closeFunction · 0.36
test_bring_to_frontFunction · 0.36
test_context_closeFunction · 0.36
test_on_popupFunction · 0.36
test_on_popup_syncFunction · 0.36
test_browser_closeFunction · 0.36
test_role_linkFunction · 0.36
test_role_headingFunction · 0.36
test_role_explicitFunction · 0.36