Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/
Class
e2e/helpers/src/page-objects/devtools.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
type
{ Page, Locator } from
'@playwright/test'
4
5
export
class
DevtoolsPage {
6
constructor(private readonly page: Page) {}
7
8
async
goto(path =
'/'
) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected