chore: move to pw-core
This commit is contained in:
@@ -8,7 +8,7 @@ import logger from "../logger";
|
|||||||
import { Coordinates, ScrollDeltas, KeyboardInput, DatePickerEventData } from '../types';
|
import { Coordinates, ScrollDeltas, KeyboardInput, DatePickerEventData } from '../types';
|
||||||
import { browserPool } from "../server";
|
import { browserPool } from "../server";
|
||||||
import { WorkflowGenerator } from "../workflow-management/classes/Generator";
|
import { WorkflowGenerator } from "../workflow-management/classes/Generator";
|
||||||
import { Page } from "playwright";
|
import { Page } from "playwright-core";
|
||||||
import { throttle } from "../../../src/helpers/inputHelpers";
|
import { throttle } from "../../../src/helpers/inputHelpers";
|
||||||
import { CustomActions } from "../../../src/shared/types";
|
import { CustomActions } from "../../../src/shared/types";
|
||||||
import { WhereWhatPair } from "maxun-core";
|
import { WhereWhatPair } from "maxun-core";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { WorkflowFile } from "maxun-core";
|
import { WorkflowFile } from "maxun-core";
|
||||||
import { Locator } from "playwright";
|
import { Locator } from "playwright-core";
|
||||||
|
|
||||||
export type Workflow = WorkflowFile["workflow"];
|
export type Workflow = WorkflowFile["workflow"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user