import { Locator, Page } from '@playwright/test'; export class GoogleLogin { // TODO: map all things like inputs and buttons // (what's the correct way for proceeding with Google interaction? log in each time test is performed?) }