chore: move to pw-core

This commit is contained in:
Rohit Rajan
2025-11-30 17:58:55 +05:30
parent 3018d7dc3a
commit 7f97401b8b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import logger from "../logger";
import { Coordinates, ScrollDeltas, KeyboardInput, DatePickerEventData } from '../types';
import { browserPool } from "../server";
import { WorkflowGenerator } from "../workflow-management/classes/Generator";
import { Page } from "playwright";
import { Page } from "playwright-core";
import { throttle } from "../../../src/helpers/inputHelpers";
import { CustomActions } from "../../../src/shared/types";
import { WhereWhatPair } from "maxun-core";

View File

@@ -1,5 +1,5 @@
import { WorkflowFile } from "maxun-core";
import { Locator } from "playwright";
import { Locator } from "playwright-core";
export type Workflow = WorkflowFile["workflow"];